@gray-darker:lighten(#000,13.5%);// #222 @gray-dark:lighten(#000,20%);// #333 @gray:lighten(#000,33.5%);// #555 @gray-light:lighten(#000,46.7%);// #777 @gray-lighter:lighten(#000,93.5%);// #eee @brand-primary:#428bca; @brand-success:#5cb85c; @brand-info:#5bc0de; @brand-warning:#f0ad4e; @brand-danger:#d9534f; @body-bg:#fff; @text-color:@gray-dark; @link-color:@brand-primary; @link-hover-color:darken(@link-color,15%); @font-family-sans-serif:"Helvetica Neue",Helvetica,Arial,sans-serif; @font-family-serif:Georgia,"Times New Roman",Times,serif; @font-family-monospace:Menlo,Monaco,Consolas,"Courier New",monospace; @font-family-base:@font-family-sans-serif; @font-size-base:14px; @font-size-large:ceil((@font-size-base * 1.25));// ~18px @font-size-small:ceil((@font-size-base * 0.85));// ~12px @font-size-h1:floor((@font-size-base * 2.6));// ~36px @font-size-h2:floor((@font-size-base * 2.15));// ~30px @font-size-h3:ceil((@font-size-base * 1.7));// ~24px @font-size-h4:ceil((@font-size-base * 1.25));// ~18px @font-size-h5:@font-size-base; @font-size-h6:ceil((@font-size-base * 0.85));// ~12px @line-height-base:1.428571429;// 20/14 @line-height-computed:floor((@font-size-base * @line-height-base));// ~20px @headings-font-family:inherit; @headings-font-weight:500; @headings-line-height:1.1; @headings-color:inherit; @icon-font-path:"../fonts/"; @icon-font-name:"glyphicons-halflings-regular"; @icon-font-svg-id:"glyphicons_halflingsregular"; @padding-base-vertical:6px; @padding-base-horizontal:12px; @padding-large-vertical:10px; @padding-large-horizontal:16px; @padding-small-vertical:5px; @padding-small-horizontal:10px; @padding-xs-vertical:1px; @padding-xs-horizontal:5px; @line-height-large:1.33; @line-height-small:1.5; @border-radius-base:4px; @border-radius-large:6px; @border-radius-small:3px; @component-active-color:#fff; @component-active-bg:@brand-primary; @caret-width-base:4px; @caret-width-large:5px; @table-cell-padding:8px; @table-condensed-cell-padding:5px; @table-bg:transparent; @table-bg-accent:#f9f9f9; @table-bg-hover:#f5f5f5; @table-bg-active:@table-bg-hover; @table-border-color:#ddd; @btn-font-weight:normal; @btn-default-color:#333; @btn-default-bg:#fff; @btn-default-border:#ccc; @btn-primary-color:#fff; @btn-primary-bg:@brand-primary; @btn-primary-border:darken(@btn-primary-bg,5%); @btn-success-color:#fff; @btn-success-bg:@brand-success; @btn-success-border:darken(@btn-success-bg,5%); @btn-info-color:#fff; @btn-info-bg:@brand-info; @btn-info-border:darken(@btn-info-bg,5%); @btn-warning-color:#fff; @btn-warning-bg:@brand-warning; @btn-warning-border:darken(@btn-warning-bg,5%); @btn-danger-color:#fff; @btn-danger-bg:@brand-danger; @btn-danger-border:darken(@btn-danger-bg,5%); @btn-link-disabled-color:@gray-light; @input-bg:#fff; @input-bg-disabled:@gray-lighter; @input-color:@gray; @input-border:#ccc; @input-border-radius:@border-radius-base; @input-border-focus:#66afe9; @input-color-placeholder:@gray-light; @input-height-base:(@line-height-computed + (@padding-base-vertical * 2) + 2); @input-height-large:(ceil(@font-size-large * @line-height-large) + (@padding-large-vertical * 2) + 2); @input-height-small:(floor(@font-size-small * @line-height-small) + (@padding-small-vertical * 2) + 2); @legend-color:@gray-dark; @legend-border-color:#e5e5e5; @input-group-addon-bg:@gray-lighter; @input-group-addon-border-color:@input-border; @dropdown-bg:#fff; @dropdown-border:rgba(0,0,0,.15); @dropdown-fallback-border:#ccc; @dropdown-divider-bg:#e5e5e5; @dropdown-link-color:@gray-dark; @dropdown-link-hover-color:darken(@gray-dark,5%); @dropdown-link-hover-bg:#f5f5f5; @dropdown-link-active-color:@component-active-color; @dropdown-link-active-bg:@component-active-bg; @dropdown-link-disabled-color:@gray-light; @dropdown-header-color:@gray-light; @dropdown-caret-color:#000; @zindex-navbar:1000; @zindex-dropdown:1000; @zindex-popover:1060; @zindex-tooltip:1070; @zindex-navbar-fixed:1030; @zindex-modal-background:1040; @zindex-modal:1050; @screen-xs:480px; @screen-xs-min:@screen-xs; @screen-phone:@screen-xs-min; @screen-sm:768px; @screen-sm-min:@screen-sm; @screen-tablet:@screen-sm-min; @screen-md:992px; @screen-md-min:@screen-md; @screen-desktop:@screen-md-min; @screen-lg:1200px; @screen-lg-min:@screen-lg; @screen-lg-desktop:@screen-lg-min; @screen-xs-max:(@screen-sm-min - 1); @screen-sm-max:(@screen-md-min - 1); @screen-md-max:(@screen-lg-min - 1); @grid-columns:12; @grid-gutter-width:30px; @grid-float-breakpoint:@screen-sm-min; @grid-float-breakpoint-max:(@grid-float-breakpoint - 1); @container-tablet:((720px + @grid-gutter-width)); @container-sm:@container-tablet; @container-desktop:((940px + @grid-gutter-width)); @container-md:@container-desktop; @container-large-desktop:((1140px + @grid-gutter-width)); @container-lg:@container-large-desktop; @navbar-height:50px; @navbar-margin-bottom:@line-height-computed; @navbar-border-radius:@border-radius-base; @navbar-padding-horizontal:floor((@grid-gutter-width / 2)); @navbar-padding-vertical:((@navbar-height - @line-height-computed) / 2); @navbar-collapse-max-height:340px; @navbar-default-color:#777; @navbar-default-bg:#f8f8f8; @navbar-default-border:darken(@navbar-default-bg,6.5%); @navbar-default-link-color:#777; @navbar-default-link-hover-color:#333; @navbar-default-link-hover-bg:transparent; @navbar-default-link-active-color:#555; @navbar-default-link-active-bg:darken(@navbar-default-bg,6.5%); @navbar-default-link-disabled-color:#ccc; @navbar-default-link-disabled-bg:transparent; @navbar-default-brand-color:@navbar-default-link-color; @navbar-default-brand-hover-color:darken(@navbar-default-brand-color,10%); @navbar-default-brand-hover-bg:transparent; @navbar-default-toggle-hover-bg:#ddd; @navbar-default-toggle-icon-bar-bg:#888; @navbar-default-toggle-border-color:#ddd; @navbar-inverse-color:@gray-light; @navbar-inverse-bg:#222; @navbar-inverse-border:darken(@navbar-inverse-bg,10%); @navbar-inverse-link-color:@gray-light; @navbar-inverse-link-hover-color:#fff; @navbar-inverse-link-hover-bg:transparent; @navbar-inverse-link-active-color:@navbar-inverse-link-hover-color; @navbar-inverse-link-active-bg:darken(@navbar-inverse-bg,10%); @navbar-inverse-link-disabled-color:#444; @navbar-inverse-link-disabled-bg:transparent; @navbar-inverse-brand-color:@navbar-inverse-link-color; @navbar-inverse-brand-hover-color:#fff; @navbar-inverse-brand-hover-bg:transparent; @navbar-inverse-toggle-hover-bg:#333; @navbar-inverse-toggle-icon-bar-bg:#fff; @navbar-inverse-toggle-border-color:#333; @nav-link-padding:10px 15px; @nav-link-hover-bg:@gray-lighter; @nav-disabled-link-color:@gray-light; @nav-disabled-link-hover-color:@gray-light; @nav-open-link-hover-color:#fff; @nav-tabs-border-color:#ddd; @nav-tabs-link-hover-border-color:@gray-lighter; @nav-tabs-active-link-hover-bg:@body-bg; @nav-tabs-active-link-hover-color:@gray; @nav-tabs-active-link-hover-border-color:#ddd; @nav-tabs-justified-link-border-color:#ddd; @nav-tabs-justified-active-link-border-color:@body-bg; @nav-pills-border-radius:@border-radius-base; @nav-pills-active-link-hover-bg:@component-active-bg; @nav-pills-active-link-hover-color:@component-active-color; @pagination-color:@link-color; @pagination-bg:#fff; @pagination-border:#ddd; @pagination-hover-color:@link-hover-color; @pagination-hover-bg:@gray-lighter; @pagination-hover-border:#ddd; @pagination-active-color:#fff; @pagination-active-bg:@brand-primary; @pagination-active-border:@brand-primary; @pagination-disabled-color:@gray-light; @pagination-disabled-bg:#fff; @pagination-disabled-border:#ddd; @pager-bg:@pagination-bg; @pager-border:@pagination-border; @pager-border-radius:15px; @pager-hover-bg:@pagination-hover-bg; @pager-active-bg:@pagination-active-bg; @pager-active-color:@pagination-active-color; @pager-disabled-color:@pagination-disabled-color; @jumbotron-padding:30px; @jumbotron-color:inherit; @jumbotron-bg:@gray-lighter; @jumbotron-heading-color:inherit; @jumbotron-font-size:ceil((@font-size-base * 1.5)); @state-success-text:#3c763d; @state-success-bg:#dff0d8; @state-success-border:darken(spin(@state-success-bg,-10),5%); @state-info-text:#31708f; @state-info-bg:#d9edf7; @state-info-border:darken(spin(@state-info-bg,-10),7%); @state-warning-text:#8a6d3b; @state-warning-bg:#fcf8e3; @state-warning-border:darken(spin(@state-warning-bg,-10),5%); @state-danger-text:#a94442; @state-danger-bg:#f2dede; @state-danger-border:darken(spin(@state-danger-bg,-10),5%); @tooltip-max-width:200px; @tooltip-color:#fff; @tooltip-bg:#000; @tooltip-opacity:.9; @tooltip-arrow-width:5px; @tooltip-arrow-color:@tooltip-bg; @popover-bg:#fff; @popover-max-width:276px; @popover-border-color:rgba(0,0,0,.2); @popover-fallback-border-color:#ccc; @popover-title-bg:darken(@popover-bg,3%); @popover-arrow-width:10px; @popover-arrow-color:#fff; @popover-arrow-outer-width:(@popover-arrow-width + 1); @popover-arrow-outer-color:fadein(@popover-border-color,5%); @popover-arrow-outer-fallback-color:darken(@popover-fallback-border-color,20%); @label-default-bg:@gray-light; @label-primary-bg:@brand-primary; @label-success-bg:@brand-success; @label-info-bg:@brand-info; @label-warning-bg:@brand-warning; @label-danger-bg:@brand-danger; @label-color:#fff; @label-link-hover-color:#fff; @modal-inner-padding:15px; @modal-title-padding:15px; @modal-title-line-height:@line-height-base; @modal-content-bg:#fff; @modal-content-border-color:rgba(0,0,0,.2); @modal-content-fallback-border-color:#999; @modal-backdrop-bg:#000; @modal-backdrop-opacity:.5; @modal-header-border-color:#e5e5e5; @modal-footer-border-color:@modal-header-border-color; @modal-lg:900px; @modal-md:600px; @modal-sm:300px; @alert-padding:15px; @alert-border-radius:@border-radius-base; @alert-link-font-weight:bold; @alert-success-bg:@state-success-bg; @alert-success-text:@state-success-text; @alert-success-border:@state-success-border; @alert-info-bg:@state-info-bg; @alert-info-text:@state-info-text; @alert-info-border:@state-info-border; @alert-warning-bg:@state-warning-bg; @alert-warning-text:@state-warning-text; @alert-warning-border:@state-warning-border; @alert-danger-bg:@state-danger-bg; @alert-danger-text:@state-danger-text; @alert-danger-border:@state-danger-border; @progress-bg:#f5f5f5; @progress-bar-color:#fff; @progress-bar-bg:@brand-primary; @progress-bar-success-bg:@brand-success; @progress-bar-warning-bg:@brand-warning; @progress-bar-danger-bg:@brand-danger; @progress-bar-info-bg:@brand-info; @list-group-bg:#fff; @list-group-border:#ddd; @list-group-border-radius:@border-radius-base; @list-group-hover-bg:#f5f5f5; @list-group-active-color:@component-active-color; @list-group-active-bg:@component-active-bg; @list-group-active-border:@list-group-active-bg; @list-group-active-text-color:lighten(@list-group-active-bg,40%); @list-group-disabled-color:@gray-light; @list-group-disabled-bg:@gray-lighter; @list-group-disabled-text-color:@list-group-disabled-color; @list-group-link-color:#555; @list-group-link-hover-color:@list-group-link-color; @list-group-link-heading-color:#333; @panel-bg:#fff; @panel-body-padding:15px; @panel-heading-padding:10px 15px; @panel-footer-padding:@panel-heading-padding; @panel-border-radius:@border-radius-base; @panel-inner-border:#ddd; @panel-footer-bg:#f5f5f5; @panel-default-text:@gray-dark; @panel-default-border:#ddd; @panel-default-heading-bg:#f5f5f5; @panel-primary-text:#fff; @panel-primary-border:@brand-primary; @panel-primary-heading-bg:@brand-primary; @panel-success-text:@state-success-text; @panel-success-border:@state-success-border; @panel-success-heading-bg:@state-success-bg; @panel-info-text:@state-info-text; @panel-info-border:@state-info-border; @panel-info-heading-bg:@state-info-bg; @panel-warning-text:@state-warning-text; @panel-warning-border:@state-warning-border; @panel-warning-heading-bg:@state-warning-bg; @panel-danger-text:@state-danger-text; @panel-danger-border:@state-danger-border; @panel-danger-heading-bg:@state-danger-bg; @thumbnail-padding:4px; @thumbnail-bg:@body-bg; @thumbnail-border:#ddd; @thumbnail-border-radius:@border-radius-base; @thumbnail-caption-color:@text-color; @thumbnail-caption-padding:9px; @well-bg:#f5f5f5; @well-border:darken(@well-bg,7%); @badge-color:#fff; @badge-link-hover-color:#fff; @badge-bg:@gray-light; @badge-active-color:@link-color; @badge-active-bg:#fff; @badge-font-weight:bold; @badge-line-height:1; @badge-border-radius:10px; @breadcrumb-padding-vertical:8px; @breadcrumb-padding-horizontal:15px; @breadcrumb-bg:#f5f5f5; @breadcrumb-color:#ccc; @breadcrumb-active-color:@gray-light; @breadcrumb-separator:"/"; @carousel-text-shadow:0 1px 2px rgba(0,0,0,.6); @carousel-control-color:#fff; @carousel-control-width:15%; @carousel-control-opacity:.5; @carousel-control-font-size:20px; @carousel-indicator-active-bg:#fff; @carousel-indicator-border-color:#fff; @carousel-caption-color:#fff; @close-font-weight:bold; @close-color:#000; @close-text-shadow:0 1px 0 #fff; @code-color:#c7254e; @code-bg:#f9f2f4; @kbd-color:#fff; @kbd-bg:#333; @pre-bg:#f5f5f5; @pre-color:@gray-dark; @pre-border-color:#ccc; @pre-scrollable-max-height:340px; @component-offset-horizontal:180px; @text-muted:@gray-light; @abbr-border-color:@gray-light; @headings-small-color:@gray-light; @blockquote-small-color:@gray-light; @blockquote-font-size:(@font-size-base * 1.25); @blockquote-border-color:@gray-lighter; @page-header-border-color:@gray-lighter; @dl-horizontal-offset:@component-offset-horizontal; @hr-border:@gray-lighter; .hide-text(){ font:~"0/0" a; color:transparent; text-shadow:none; background-color:transparent; border:0; } .text-hide(){ .hide-text(); } .opacity(@opacity){ opacity:@opacity; @opacity-ie:(@opacity * 100); filter:~"alpha(opacity=@{opacity-ie})"; } .img-responsive(@display:block){ display:@display; width:100% \9;// Force IE10 and below to size SVG images correctly max-width:100%;// Part 1:Set a maximum relative to the parent height:auto;// Part 2:Scale the height according to the width,otherwise you get stretching } .img-retina(@file-1x;@file-2x;@width-1x;@height-1x){ background-image:url("@{file-1x}"); @media only screen and (-webkit-min-device-pixel-ratio:2), only screen and ( min--moz-device-pixel-ratio:2), only screen and ( -o-min-device-pixel-ratio:2/1), only screen and ( min-device-pixel-ratio:2), only screen and ( min-resolution:192dpi), only screen and ( min-resolution:2dppx){ background-image:url("@{file-2x}"); background-size:@width-1x @height-1x; } } .label-variant(@color){ background-color:@color; &[href]{ &:hover, &:focus{ background-color:darken(@color,10%); } } } .reset-filter(){ filter:e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)")); } .resizable(@direction){ resize:@direction;// Options:horizontal,vertical,both overflow:auto;// Per CSS3 UI,`resize` only applies when `overflow` isn't `visible` } .responsive-visibility(){ display:block !important; table&{display:table} tr&{display:table-row !important} th&, td&{display:table-cell !important} } .responsive-invisibility(){ display:none !important; } .size(@width;@height){ width:@width; height:@height; } .square(@size){ .size(@size;@size); } .tab-focus(){ outline:thin dotted; outline:5px auto -webkit-focus-ring-color; outline-offset:-2px; } .text-emphasis-variant(@color){ color:@color; a&:hover{ color:darken(@color,10%); } } .text-overflow(){ overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } .animation(@animation){ -webkit-animation:@animation; -o-animation:@animation; animation:@animation; } .animation-name(@name){ -webkit-animation-name:@name; animation-name:@name; } .animation-duration(@duration){ -webkit-animation-duration:@duration; animation-duration:@duration; } .animation-timing-function(@timing-function){ -webkit-animation-timing-function:@timing-function; animation-timing-function:@timing-function; } .animation-delay(@delay){ -webkit-animation-delay:@delay; animation-delay:@delay; } .animation-iteration-count(@iteration-count){ -webkit-animation-iteration-count:@iteration-count; animation-iteration-count:@iteration-count; } .animation-direction(@direction){ -webkit-animation-direction:@direction; animation-direction:@direction; } .animation-fill-mode(@fill-mode){ -webkit-animation-fill-mode:@fill-mode; animation-fill-mode:@fill-mode; } .backface-visibility(@visibility){ -webkit-backface-visibility:@visibility; -moz-backface-visibility:@visibility; backface-visibility:@visibility; } .box-shadow(@shadow){ -webkit-box-shadow:@shadow;// iOS <4.3 & Android <4.1 box-shadow:@shadow; } .box-sizing(@boxmodel){ -webkit-box-sizing:@boxmodel; -moz-box-sizing:@boxmodel; box-sizing:@boxmodel; } .content-columns(@column-count;@column-gap:@grid-gutter-width){ -webkit-column-count:@column-count; -moz-column-count:@column-count; column-count:@column-count; -webkit-column-gap:@column-gap; -moz-column-gap:@column-gap; column-gap:@column-gap; } .hyphens(@mode:auto){ word-wrap:break-word; -webkit-hyphens:@mode; -moz-hyphens:@mode; -ms-hyphens:@mode;// IE10+ -o-hyphens:@mode; hyphens:@mode; } .placeholder(@color:@input-color-placeholder){ &::-moz-placeholder{color:@color;// Firefox opacity:1}// See https://github.com/twbs/bootstrap/pull/11526 &:-ms-input-placeholder{color:@color}// Internet Explorer 10+ &::-webkit-input-placeholder{color:@color}// Safari and Chrome } .scale(@ratio){ -webkit-transform:scale(@ratio); -ms-transform:scale(@ratio);// IE9 only -o-transform:scale(@ratio); transform:scale(@ratio); } .scale(@ratioX;@ratioY){ -webkit-transform:scale(@ratioX,@ratioY); -ms-transform:scale(@ratioX,@ratioY);// IE9 only -o-transform:scale(@ratioX,@ratioY); transform:scale(@ratioX,@ratioY); } .scaleX(@ratio){ -webkit-transform:scaleX(@ratio); -ms-transform:scaleX(@ratio);// IE9 only -o-transform:scaleX(@ratio); transform:scaleX(@ratio); } .scaleY(@ratio){ -webkit-transform:scaleY(@ratio); -ms-transform:scaleY(@ratio);// IE9 only -o-transform:scaleY(@ratio); transform:scaleY(@ratio); } .skew(@x;@y){ -webkit-transform:skewX(@x) skewY(@y); -ms-transform:skewX(@x) skewY(@y);// See https://github.com/twbs/bootstrap/issues/4885;IE9+ -o-transform:skewX(@x) skewY(@y); transform:skewX(@x) skewY(@y); } .translate(@x;@y){ -webkit-transform:translate(@x,@y); -ms-transform:translate(@x,@y);// IE9 only -o-transform:translate(@x,@y); transform:translate(@x,@y); } .translate3d(@x;@y;@z){ -webkit-transform:translate3d(@x,@y,@z); transform:translate3d(@x,@y,@z); } .rotate(@degrees){ -webkit-transform:rotate(@degrees); -ms-transform:rotate(@degrees);// IE9 only -o-transform:rotate(@degrees); transform:rotate(@degrees); } .rotateX(@degrees){ -webkit-transform:rotateX(@degrees); -ms-transform:rotateX(@degrees);// IE9 only -o-transform:rotateX(@degrees); transform:rotateX(@degrees); } .rotateY(@degrees){ -webkit-transform:rotateY(@degrees); -ms-transform:rotateY(@degrees);// IE9 only -o-transform:rotateY(@degrees); transform:rotateY(@degrees); } .perspective(@perspective){ -webkit-perspective:@perspective; -moz-perspective:@perspective; perspective:@perspective; } .perspective-origin(@perspective){ -webkit-perspective-origin:@perspective; -moz-perspective-origin:@perspective; perspective-origin:@perspective; } .transform-origin(@origin){ -webkit-transform-origin:@origin; -moz-transform-origin:@origin; -ms-transform-origin:@origin;// IE9 only transform-origin:@origin; } .transition(@transition){ -webkit-transition:@transition; -o-transition:@transition; transition:@transition; } .transition-property(@transition-property){ -webkit-transition-property:@transition-property; transition-property:@transition-property; } .transition-delay(@transition-delay){ -webkit-transition-delay:@transition-delay; transition-delay:@transition-delay; } .transition-duration(@transition-duration){ -webkit-transition-duration:@transition-duration; transition-duration:@transition-duration; } .transition-timing-function(@timing-function){ -webkit-transition-timing-function:@timing-function; transition-timing-function:@timing-function; } .transition-transform(@transition){ -webkit-transition:-webkit-transform @transition; -moz-transition:-moz-transform @transition; -o-transition:-o-transform @transition; transition:transform @transition; } .user-select(@select){ -webkit-user-select:@select; -moz-user-select:@select; -ms-user-select:@select;// IE10+ user-select:@select; } .alert-variant(@background;@border;@text-color){ background-color:@background; border-color:@border; color:@text-color; hr{ border-top-color:darken(@border,5%); } .alert-link{ color:darken(@text-color,10%); } } .button-variant(@color;@background;@border){ color:@color; background-color:@background; border-color:@border; &:hover, &:focus, &:active, &.active, .open > .dropdown-toggle&{ color:@color; background-color:darken(@background,10%); border-color:darken(@border,12%); } &:active, &.active, .open > .dropdown-toggle&{ background-image:none; } &.disabled, &[disabled], fieldset[disabled] &{ &, &:hover, &:focus, &:active, &.active{ background-color:@background; border-color:@border; } } .badge{ color:@background; background-color:@color; } } .button-size(@padding-vertical;@padding-horizontal;@font-size;@line-height;@border-radius){ padding:@padding-vertical @padding-horizontal; font-size:@font-size; line-height:@line-height; border-radius:@border-radius; } .panel-variant(@border;@heading-text-color;@heading-bg-color;@heading-border){ border-color:@border; & > .panel-heading{ color:@heading-text-color; background-color:@heading-bg-color; border-color:@heading-border; + .panel-collapse > .panel-body{ border-top-color:@border; } .badge{ color:@heading-bg-color; background-color:@heading-text-color; } } & > .panel-footer{ + .panel-collapse > .panel-body{ border-bottom-color:@border; } } } .pagination-size(@padding-vertical;@padding-horizontal;@font-size;@border-radius){ > li{ > a, > span{ padding:@padding-vertical @padding-horizontal; font-size:@font-size; } &:first-child{ > a, > span{ .border-left-radius(@border-radius); } } &:last-child{ > a, > span{ .border-right-radius(@border-radius); } } } } .list-group-item-variant(@state;@background;@color){ .list-group-item-@{state}{ color:@color; background-color:@background; a&{ color:@color; .list-group-item-heading{ color:inherit; } &:hover, &:focus{ color:@color; background-color:darken(@background,5%); } &.active, &.active:hover, &.active:focus{ color:#fff; background-color:@color; border-color:@color; } } } } .nav-divider(@color:#e5e5e5){ height:1px; margin:((@line-height-computed / 2) - 1) 0; overflow:hidden; background-color:@color; } .form-control-validation(@text-color:#555;@border-color:#ccc;@background-color:#f5f5f5){ .help-block, .control-label, .radio, .checkbox, .radio-inline, .checkbox-inline{ color:@text-color; } .form-control{ border-color:@border-color; .box-shadow(inset 0 1px 1px rgba(0,0,0,.075));// Redeclare so transitions work &:focus{ border-color:darken(@border-color,10%); @shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px lighten(@border-color,20%); .box-shadow(@shadow); } } .input-group-addon{ color:@text-color; border-color:@border-color; background-color:@background-color; } .form-control-feedback{ color:@text-color; } } .form-control-focus(@color:@input-border-focus){ @color-rgba:rgba(red(@color),green(@color),blue(@color),.6); &:focus{ border-color:@color; outline:0; .box-shadow(~"inset 0 1px 1px rgba(0,0,0,.075),0 0 8px @{color-rgba}"); } } .input-size(@input-height;@padding-vertical;@padding-horizontal;@font-size;@line-height;@border-radius){ height:@input-height; padding:@padding-vertical @padding-horizontal; font-size:@font-size; line-height:@line-height; border-radius:@border-radius; select&{ height:@input-height; line-height:@input-height; } textarea&, select[multiple]&{ height:auto; } } .progress-bar-variant(@color){ background-color:@color; .progress-striped &{ #gradient > .striped(); } } .table-row-variant(@state;@background){ .table > thead > tr, .table > tbody > tr, .table > tfoot > tr{ > td.@{state}, > th.@{state}, &.@{state}> td, &.@{state}> th{ background-color:@background; } } .table-hover > tbody > tr{ > td.@{state}:hover, > th.@{state}:hover, &.@{state}:hover > td, &:hover > .@{state}, &.@{state}:hover > th{ background-color:darken(@background,5%); } } } .bg-variant(@color){ background-color:@color; a&:hover{ background-color:darken(@color,10%); } } .border-top-radius(@radius){ border-top-right-radius:@radius; border-top-left-radius:@radius; } .border-right-radius(@radius){ border-bottom-right-radius:@radius; border-top-right-radius:@radius; } .border-bottom-radius(@radius){ border-bottom-right-radius:@radius; border-bottom-left-radius:@radius; } .border-left-radius(@radius){ border-bottom-left-radius:@radius; border-top-left-radius:@radius; } #gradient{ .horizontal(@start-color:#555;@end-color:#333;@start-percent:0%;@end-percent:100%){ background-image:-webkit-linear-gradient(left,@start-color @start-percent,@end-color @end-percent);// Safari 5.1-6,Chrome 10+ background-image:-o-linear-gradient(left,@start-color @start-percent,@end-color @end-percent);// Opera 12 background-image:linear-gradient(to right,@start-color @start-percent,@end-color @end-percent);// Standard,IE10,Firefox 16+,Opera 12.10+,Safari 7+,Chrome 26+ background-repeat:repeat-x; filter:e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d',endColorstr='%d',GradientType=1)",argb(@start-color),argb(@end-color)));// IE9 and down } .vertical(@start-color:#555;@end-color:#333;@start-percent:0%;@end-percent:100%){ background-image:-webkit-linear-gradient(top,@start-color @start-percent,@end-color @end-percent);// Safari 5.1-6,Chrome 10+ background-image:-o-linear-gradient(top,@start-color @start-percent,@end-color @end-percent);// Opera 12 background-image:linear-gradient(to bottom,@start-color @start-percent,@end-color @end-percent);// Standard,IE10,Firefox 16+,Opera 12.10+,Safari 7+,Chrome 26+ background-repeat:repeat-x; filter:e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d',endColorstr='%d',GradientType=0)",argb(@start-color),argb(@end-color)));// IE9 and down } .directional(@start-color:#555;@end-color:#333;@deg:45deg){ background-repeat:repeat-x; background-image:-webkit-linear-gradient(@deg,@start-color,@end-color);// Safari 5.1-6,Chrome 10+ background-image:-o-linear-gradient(@deg,@start-color,@end-color);// Opera 12 background-image:linear-gradient(@deg,@start-color,@end-color);// Standard,IE10,Firefox 16+,Opera 12.10+,Safari 7+,Chrome 26+ } .horizontal-three-colors(@start-color:#00b3ee;@mid-color:#7a43b6;@color-stop:50%;@end-color:#c3325f){ background-image:-webkit-linear-gradient(left,@start-color,@mid-color @color-stop,@end-color); background-image:-o-linear-gradient(left,@start-color,@mid-color @color-stop,@end-color); background-image:linear-gradient(to right,@start-color,@mid-color @color-stop,@end-color); background-repeat:no-repeat; filter:e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d',endColorstr='%d',GradientType=1)",argb(@start-color),argb(@end-color)));// IE9 and down,gets no color-stop at all for proper fallback } .vertical-three-colors(@start-color:#00b3ee;@mid-color:#7a43b6;@color-stop:50%;@end-color:#c3325f){ background-image:-webkit-linear-gradient(@start-color,@mid-color @color-stop,@end-color); background-image:-o-linear-gradient(@start-color,@mid-color @color-stop,@end-color); background-image:linear-gradient(@start-color,@mid-color @color-stop,@end-color); background-repeat:no-repeat; filter:e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d',endColorstr='%d',GradientType=0)",argb(@start-color),argb(@end-color)));// IE9 and down,gets no color-stop at all for proper fallback } .radial(@inner-color:#555;@outer-color:#333){ background-image:-webkit-radial-gradient(circle,@inner-color,@outer-color); background-image:radial-gradient(circle,@inner-color,@outer-color); background-repeat:no-repeat; } .striped(@color:rgba(255,255,255,.15);@angle:45deg){ background-image:-webkit-linear-gradient(@angle,@color 25%,transparent 25%,transparent 50%,@color 50%,@color 75%,transparent 75%,transparent); background-image:-o-linear-gradient(@angle,@color 25%,transparent 25%,transparent 50%,@color 50%,@color 75%,transparent 75%,transparent); background-image:linear-gradient(@angle,@color 25%,transparent 25%,transparent 50%,@color 50%,@color 75%,transparent 75%,transparent); } } .clearfix(){ &:before, &:after{ content:" ";// 1 display:table;// 2 } &:after{ clear:both; } } .center-block(){ display:block; margin-left:auto; margin-right:auto; } .navbar-vertical-align(@element-height){ margin-top:((@navbar-height - @element-height) / 2); margin-bottom:((@navbar-height - @element-height) / 2); } .make-grid-columns(){ .col(@index) when (@index = 1){// initial @item:~".col-xs-@{index},.col-sm-@{index},.col-md-@{index},.col-lg-@{index}"; .col((@index + 1),@item); } .col(@index,@list) when (@index =< @grid-columns){// general;"=<" isn't a typo @item:~".col-xs-@{index},.col-sm-@{index},.col-md-@{index},.col-lg-@{index}"; .col((@index + 1),~"@{list},@{item}"); } .col(@index,@list) when (@index > @grid-columns){// terminal @{list}{ position:relative; min-height:1px; padding-left:(@grid-gutter-width / 2); padding-right:(@grid-gutter-width / 2); } } .col(1);// kickstart it } .float-grid-columns(@class){ .col(@index) when (@index = 1){// initial @item:~".col-@{class}-@{index}"; .col((@index + 1),@item); } .col(@index,@list) when (@index =< @grid-columns){// general @item:~".col-@{class}-@{index}"; .col((@index + 1),~"@{list},@{item}"); } .col(@index,@list) when (@index > @grid-columns){// terminal @{list}{ float:left; } } .col(1);// kickstart it } .calc-grid-column(@index,@class,@type) when (@type = width) and (@index > 0){ .col-@{class}-@{index}{ width:percentage((@index / @grid-columns)); } } .calc-grid-column(@index,@class,@type) when (@type = push) and (@index > 0){ .col-@{class}-push-@{index}{ left:percentage((@index / @grid-columns)); } } .calc-grid-column(@index,@class,@type) when (@type = push) and (@index = 0){ .col-@{class}-push-0{ left:auto; } } .calc-grid-column(@index,@class,@type) when (@type = pull) and (@index > 0){ .col-@{class}-pull-@{index}{ right:percentage((@index / @grid-columns)); } } .calc-grid-column(@index,@class,@type) when (@type = pull) and (@index = 0){ .col-@{class}-pull-0{ right:auto; } } .calc-grid-column(@index,@class,@type) when (@type = offset){ .col-@{class}-offset-@{index}{ margin-left:percentage((@index / @grid-columns)); } } .loop-grid-columns(@index,@class,@type) when (@index >= 0){ .calc-grid-column(@index,@class,@type); .loop-grid-columns((@index - 1),@class,@type); } .make-grid(@class){ .float-grid-columns(@class); .loop-grid-columns(@grid-columns,@class,width); .loop-grid-columns(@grid-columns,@class,pull); .loop-grid-columns(@grid-columns,@class,push); .loop-grid-columns(@grid-columns,@class,offset); } .container-fixed(@gutter:@grid-gutter-width){ margin-right:auto; margin-left:auto; padding-left:(@gutter / 2); padding-right:(@gutter / 2); &:extend(.clearfix all); } .make-row(@gutter:@grid-gutter-width){ margin-left:(@gutter / -2); margin-right:(@gutter / -2); &:extend(.clearfix all); } .make-xs-column(@columns;@gutter:@grid-gutter-width){ position:relative; float:left; width:percentage((@columns / @grid-columns)); min-height:1px; padding-left:(@gutter / 2); padding-right:(@gutter / 2); } .make-xs-column-offset(@columns){ margin-left:percentage((@columns / @grid-columns)); } .make-xs-column-push(@columns){ left:percentage((@columns / @grid-columns)); } .make-xs-column-pull(@columns){ right:percentage((@columns / @grid-columns)); } .make-sm-column(@columns;@gutter:@grid-gutter-width){ position:relative; min-height:1px; padding-left:(@gutter / 2); padding-right:(@gutter / 2); @media (min-width:@screen-sm-min){ float:left; width:percentage((@columns / @grid-columns)); } } .make-sm-column-offset(@columns){ @media (min-width:@screen-sm-min){ margin-left:percentage((@columns / @grid-columns)); } } .make-sm-column-push(@columns){ @media (min-width:@screen-sm-min){ left:percentage((@columns / @grid-columns)); } } .make-sm-column-pull(@columns){ @media (min-width:@screen-sm-min){ right:percentage((@columns / @grid-columns)); } } .make-md-column(@columns;@gutter:@grid-gutter-width){ position:relative; min-height:1px; padding-left:(@gutter / 2); padding-right:(@gutter / 2); @media (min-width:@screen-md-min){ float:left; width:percentage((@columns / @grid-columns)); } } .make-md-column-offset(@columns){ @media (min-width:@screen-md-min){ margin-left:percentage((@columns / @grid-columns)); } } .make-md-column-push(@columns){ @media (min-width:@screen-md-min){ left:percentage((@columns / @grid-columns)); } } .make-md-column-pull(@columns){ @media (min-width:@screen-md-min){ right:percentage((@columns / @grid-columns)); } } .make-lg-column(@columns;@gutter:@grid-gutter-width){ position:relative; min-height:1px; padding-left:(@gutter / 2); padding-right:(@gutter / 2); @media (min-width:@screen-lg-min){ float:left; width:percentage((@columns / @grid-columns)); } } .make-lg-column-offset(@columns){ @media (min-width:@screen-lg-min){ margin-left:percentage((@columns / @grid-columns)); } } .make-lg-column-push(@columns){ @media (min-width:@screen-lg-min){ left:percentage((@columns / @grid-columns)); } } .make-lg-column-pull(@columns){ @media (min-width:@screen-lg-min){ right:percentage((@columns / @grid-columns)); } } html{ font-family:sans-serif;// 1 -ms-text-size-adjust:100%;// 2 -webkit-text-size-adjust:100%;// 2 } body{ margin:0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary{ display:block; } audio, canvas, progress, video{ display:inline-block;// 1 vertical-align:baseline;// 2 } audio:not([controls]){ display:none; height:0; } [hidden], template{ display:none; } a{ background:transparent; } a:active, a:hover{ outline:0; } abbr[title]{ border-bottom:1px dotted; } b, strong{ font-weight:bold; } dfn{ font-style:italic; } h1{ font-size:2em; margin:0.67em 0; } mark{ background:#ff0; color:#000; } small{ font-size:80%; } sub, sup{ font-size:75%; line-height:0; position:relative; vertical-align:baseline; } sup{ top:-0.5em; } sub{ bottom:-0.25em; } img{ border:0; } svg:not(:root){ overflow:hidden; } figure{ margin:1em 40px; } hr{ -moz-box-sizing:content-box; box-sizing:content-box; height:0; } pre{ overflow:auto; } code, kbd, pre, samp{ font-family:monospace,monospace; font-size:1em; } button, input, optgroup, select, textarea{ color:inherit;// 1 font:inherit;// 2 margin:0;// 3 } button{ overflow:visible; } button, select{ text-transform:none; } button, html input[type="button"],// 1 input[type="reset"], input[type="submit"]{ -webkit-appearance:button;// 2 cursor:pointer;// 3 } button[disabled], html input[disabled]{ cursor:default; } button::-moz-focus-inner, input::-moz-focus-inner{ border:0; padding:0; } input{ line-height:normal; } input[type="checkbox"], input[type="radio"]{ box-sizing:border-box;// 1 padding:0;// 2 } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button{ height:auto; } input[type="search"]{ -webkit-appearance:textfield;// 1 -moz-box-sizing:content-box; -webkit-box-sizing:content-box;// 2 box-sizing:content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration{ -webkit-appearance:none; } fieldset{ border:1px solid #c0c0c0; margin:0 2px; padding:0.35em 0.625em 0.75em; } legend{ border:0;// 1 padding:0;// 2 } textarea{ overflow:auto; } optgroup{ font-weight:bold; } table{ border-collapse:collapse; border-spacing:0; } td, th{ padding:0; } @media print{ *{ text-shadow:none !important; color:#000 !important;// Black prints faster:h5bp.com/s background:transparent !important; box-shadow:none !important; } a, a:visited{ text-decoration:underline; } a[href]:after{ content:" (" attr(href) ")"; } abbr[title]:after{ content:" (" attr(title) ")"; } a[href^="javascript:"]:after, a[href^="#"]:after{ content:""; } pre, blockquote{ border:1px solid #999; page-break-inside:avoid; } thead{ display:table-header-group;// h5bp.com/t } tr, img{ page-break-inside:avoid; } img{ max-width:100% !important; } p, h2, h3{ orphans:3; widows:3; } h2, h3{ page-break-after:avoid; } select{ background:#fff !important; } .navbar{ display:none; } .table{ td, th{ background-color:#fff !important; } } .btn, .dropup > .btn{ > .caret{ border-top-color:#000 !important; } } .label{ border:1px solid #000; } .table{ border-collapse:collapse !important; } .table-bordered{ th, td{ border:1px solid #ddd !important; } } } @font-face{ font-family:'Glyphicons Halflings'; src:url('@{icon-font-path}@{icon-font-name}.eot'); src:url('@{icon-font-path}@{icon-font-name}.eot?#iefix') format('embedded-opentype'), url('@{icon-font-path}@{icon-font-name}.woff') format('woff'), url('@{icon-font-path}@{icon-font-name}.ttf') format('truetype'), url('@{icon-font-path}@{icon-font-name}.svg#@{icon-font-svg-id}') format('svg'); } .glyphicon{ position:relative; top:1px; display:inline-block; font-family:'Glyphicons Halflings'; font-style:normal; font-weight:normal; line-height:1; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; } .glyphicon-asterisk{&:before{content:"\2a"}} .glyphicon-plus{&:before{content:"\2b"}} .glyphicon-euro{&:before{content:"\20ac"}} .glyphicon-minus{&:before{content:"\2212"}} .glyphicon-cloud{&:before{content:"\2601"}} .glyphicon-envelope{&:before{content:"\2709"}} .glyphicon-pencil{&:before{content:"\270f"}} .glyphicon-glass{&:before{content:"\e001"}} .glyphicon-music{&:before{content:"\e002"}} .glyphicon-search{&:before{content:"\e003"}} .glyphicon-heart{&:before{content:"\e005"}} .glyphicon-star{&:before{content:"\e006"}} .glyphicon-star-empty{&:before{content:"\e007"}} .glyphicon-user{&:before{content:"\e008"}} .glyphicon-film{&:before{content:"\e009"}} .glyphicon-th-large{&:before{content:"\e010"}} .glyphicon-th{&:before{content:"\e011"}} .glyphicon-th-list{&:before{content:"\e012"}} .glyphicon-ok{&:before{content:"\e013"}} .glyphicon-remove{&:before{content:"\e014"}} .glyphicon-zoom-in{&:before{content:"\e015"}} .glyphicon-zoom-out{&:before{content:"\e016"}} .glyphicon-off{&:before{content:"\e017"}} .glyphicon-signal{&:before{content:"\e018"}} .glyphicon-cog{&:before{content:"\e019"}} .glyphicon-trash{&:before{content:"\e020"}} .glyphicon-home{&:before{content:"\e021"}} .glyphicon-file{&:before{content:"\e022"}} .glyphicon-time{&:before{content:"\e023"}} .glyphicon-road{&:before{content:"\e024"}} .glyphicon-download-alt{&:before{content:"\e025"}} .glyphicon-download{&:before{content:"\e026"}} .glyphicon-upload{&:before{content:"\e027"}} .glyphicon-inbox{&:before{content:"\e028"}} .glyphicon-play-circle{&:before{content:"\e029"}} .glyphicon-repeat{&:before{content:"\e030"}} .glyphicon-refresh{&:before{content:"\e031"}} .glyphicon-list-alt{&:before{content:"\e032"}} .glyphicon-lock{&:before{content:"\e033"}} .glyphicon-flag{&:before{content:"\e034"}} .glyphicon-headphones{&:before{content:"\e035"}} .glyphicon-volume-off{&:before{content:"\e036"}} .glyphicon-volume-down{&:before{content:"\e037"}} .glyphicon-volume-up{&:before{content:"\e038"}} .glyphicon-qrcode{&:before{content:"\e039"}} .glyphicon-barcode{&:before{content:"\e040"}} .glyphicon-tag{&:before{content:"\e041"}} .glyphicon-tags{&:before{content:"\e042"}} .glyphicon-book{&:before{content:"\e043"}} .glyphicon-bookmark{&:before{content:"\e044"}} .glyphicon-print{&:before{content:"\e045"}} .glyphicon-camera{&:before{content:"\e046"}} .glyphicon-font{&:before{content:"\e047"}} .glyphicon-bold{&:before{content:"\e048"}} .glyphicon-italic{&:before{content:"\e049"}} .glyphicon-text-height{&:before{content:"\e050"}} .glyphicon-text-width{&:before{content:"\e051"}} .glyphicon-align-left{&:before{content:"\e052"}} .glyphicon-align-center{&:before{content:"\e053"}} .glyphicon-align-right{&:before{content:"\e054"}} .glyphicon-align-justify{&:before{content:"\e055"}} .glyphicon-list{&:before{content:"\e056"}} .glyphicon-indent-left{&:before{content:"\e057"}} .glyphicon-indent-right{&:before{content:"\e058"}} .glyphicon-facetime-video{&:before{content:"\e059"}} .glyphicon-picture{&:before{content:"\e060"}} .glyphicon-map-marker{&:before{content:"\e062"}} .glyphicon-adjust{&:before{content:"\e063"}} .glyphicon-tint{&:before{content:"\e064"}} .glyphicon-edit{&:before{content:"\e065"}} .glyphicon-share{&:before{content:"\e066"}} .glyphicon-check{&:before{content:"\e067"}} .glyphicon-move{&:before{content:"\e068"}} .glyphicon-step-backward{&:before{content:"\e069"}} .glyphicon-fast-backward{&:before{content:"\e070"}} .glyphicon-backward{&:before{content:"\e071"}} .glyphicon-play{&:before{content:"\e072"}} .glyphicon-pause{&:before{content:"\e073"}} .glyphicon-stop{&:before{content:"\e074"}} .glyphicon-forward{&:before{content:"\e075"}} .glyphicon-fast-forward{&:before{content:"\e076"}} .glyphicon-step-forward{&:before{content:"\e077"}} .glyphicon-eject{&:before{content:"\e078"}} .glyphicon-chevron-left{&:before{content:"\e079"}} .glyphicon-chevron-right{&:before{content:"\e080"}} .glyphicon-plus-sign{&:before{content:"\e081"}} .glyphicon-minus-sign{&:before{content:"\e082"}} .glyphicon-remove-sign{&:before{content:"\e083"}} .glyphicon-ok-sign{&:before{content:"\e084"}} .glyphicon-question-sign{&:before{content:"\e085"}} .glyphicon-info-sign{&:before{content:"\e086"}} .glyphicon-screenshot{&:before{content:"\e087"}} .glyphicon-remove-circle{&:before{content:"\e088"}} .glyphicon-ok-circle{&:before{content:"\e089"}} .glyphicon-ban-circle{&:before{content:"\e090"}} .glyphicon-arrow-left{&:before{content:"\e091"}} .glyphicon-arrow-right{&:before{content:"\e092"}} .glyphicon-arrow-up{&:before{content:"\e093"}} .glyphicon-arrow-down{&:before{content:"\e094"}} .glyphicon-share-alt{&:before{content:"\e095"}} .glyphicon-resize-full{&:before{content:"\e096"}} .glyphicon-resize-small{&:before{content:"\e097"}} .glyphicon-exclamation-sign{&:before{content:"\e101"}} .glyphicon-gift{&:before{content:"\e102"}} .glyphicon-leaf{&:before{content:"\e103"}} .glyphicon-fire{&:before{content:"\e104"}} .glyphicon-eye-open{&:before{content:"\e105"}} .glyphicon-eye-close{&:before{content:"\e106"}} .glyphicon-warning-sign{&:before{content:"\e107"}} .glyphicon-plane{&:before{content:"\e108"}} .glyphicon-calendar{&:before{content:"\e109"}} .glyphicon-random{&:before{content:"\e110"}} .glyphicon-comment{&:before{content:"\e111"}} .glyphicon-magnet{&:before{content:"\e112"}} .glyphicon-chevron-up{&:before{content:"\e113"}} .glyphicon-chevron-down{&:before{content:"\e114"}} .glyphicon-retweet{&:before{content:"\e115"}} .glyphicon-shopping-cart{&:before{content:"\e116"}} .glyphicon-folder-close{&:before{content:"\e117"}} .glyphicon-folder-open{&:before{content:"\e118"}} .glyphicon-resize-vertical{&:before{content:"\e119"}} .glyphicon-resize-horizontal{&:before{content:"\e120"}} .glyphicon-hdd{&:before{content:"\e121"}} .glyphicon-bullhorn{&:before{content:"\e122"}} .glyphicon-bell{&:before{content:"\e123"}} .glyphicon-certificate{&:before{content:"\e124"}} .glyphicon-thumbs-up{&:before{content:"\e125"}} .glyphicon-thumbs-down{&:before{content:"\e126"}} .glyphicon-hand-right{&:before{content:"\e127"}} .glyphicon-hand-left{&:before{content:"\e128"}} .glyphicon-hand-up{&:before{content:"\e129"}} .glyphicon-hand-down{&:before{content:"\e130"}} .glyphicon-circle-arrow-right{&:before{content:"\e131"}} .glyphicon-circle-arrow-left{&:before{content:"\e132"}} .glyphicon-circle-arrow-up{&:before{content:"\e133"}} .glyphicon-circle-arrow-down{&:before{content:"\e134"}} .glyphicon-globe{&:before{content:"\e135"}} .glyphicon-wrench{&:before{content:"\e136"}} .glyphicon-tasks{&:before{content:"\e137"}} .glyphicon-filter{&:before{content:"\e138"}} .glyphicon-briefcase{&:before{content:"\e139"}} .glyphicon-fullscreen{&:before{content:"\e140"}} .glyphicon-dashboard{&:before{content:"\e141"}} .glyphicon-paperclip{&:before{content:"\e142"}} .glyphicon-heart-empty{&:before{content:"\e143"}} .glyphicon-link{&:before{content:"\e144"}} .glyphicon-phone{&:before{content:"\e145"}} .glyphicon-pushpin{&:before{content:"\e146"}} .glyphicon-usd{&:before{content:"\e148"}} .glyphicon-gbp{&:before{content:"\e149"}} .glyphicon-sort{&:before{content:"\e150"}} .glyphicon-sort-by-alphabet{&:before{content:"\e151"}} .glyphicon-sort-by-alphabet-alt{&:before{content:"\e152"}} .glyphicon-sort-by-order{&:before{content:"\e153"}} .glyphicon-sort-by-order-alt{&:before{content:"\e154"}} .glyphicon-sort-by-attributes{&:before{content:"\e155"}} .glyphicon-sort-by-attributes-alt{&:before{content:"\e156"}} .glyphicon-unchecked{&:before{content:"\e157"}} .glyphicon-expand{&:before{content:"\e158"}} .glyphicon-collapse-down{&:before{content:"\e159"}} .glyphicon-collapse-up{&:before{content:"\e160"}} .glyphicon-log-in{&:before{content:"\e161"}} .glyphicon-flash{&:before{content:"\e162"}} .glyphicon-log-out{&:before{content:"\e163"}} .glyphicon-new-window{&:before{content:"\e164"}} .glyphicon-record{&:before{content:"\e165"}} .glyphicon-save{&:before{content:"\e166"}} .glyphicon-open{&:before{content:"\e167"}} .glyphicon-saved{&:before{content:"\e168"}} .glyphicon-import{&:before{content:"\e169"}} .glyphicon-export{&:before{content:"\e170"}} .glyphicon-send{&:before{content:"\e171"}} .glyphicon-floppy-disk{&:before{content:"\e172"}} .glyphicon-floppy-saved{&:before{content:"\e173"}} .glyphicon-floppy-remove{&:before{content:"\e174"}} .glyphicon-floppy-save{&:before{content:"\e175"}} .glyphicon-floppy-open{&:before{content:"\e176"}} .glyphicon-credit-card{&:before{content:"\e177"}} .glyphicon-transfer{&:before{content:"\e178"}} .glyphicon-cutlery{&:before{content:"\e179"}} .glyphicon-header{&:before{content:"\e180"}} .glyphicon-compressed{&:before{content:"\e181"}} .glyphicon-earphone{&:before{content:"\e182"}} .glyphicon-phone-alt{&:before{content:"\e183"}} .glyphicon-tower{&:before{content:"\e184"}} .glyphicon-stats{&:before{content:"\e185"}} .glyphicon-sd-video{&:before{content:"\e186"}} .glyphicon-hd-video{&:before{content:"\e187"}} .glyphicon-subtitles{&:before{content:"\e188"}} .glyphicon-sound-stereo{&:before{content:"\e189"}} .glyphicon-sound-dolby{&:before{content:"\e190"}} .glyphicon-sound-5-1{&:before{content:"\e191"}} .glyphicon-sound-6-1{&:before{content:"\e192"}} .glyphicon-sound-7-1{&:before{content:"\e193"}} .glyphicon-copyright-mark{&:before{content:"\e194"}} .glyphicon-registration-mark{&:before{content:"\e195"}} .glyphicon-cloud-download{&:before{content:"\e197"}} .glyphicon-cloud-upload{&:before{content:"\e198"}} .glyphicon-tree-conifer{&:before{content:"\e199"}} .glyphicon-tree-deciduous{&:before{content:"\e200"}} *{ .box-sizing(border-box); } *:before, *:after{ .box-sizing(border-box); } html{ font-size:10px; -webkit-tap-highlight-color:rgba(0,0,0,0); } body{ font-family:@font-family-base; font-size:@font-size-base; line-height:@line-height-base; color:@text-color; background-color:@body-bg; } input, button, select, textarea{ font-family:inherit; font-size:inherit; line-height:inherit; } a{ color:@link-color; text-decoration:none; &:hover, &:focus{ color:@link-hover-color; text-decoration:underline; } &:focus{ .tab-focus(); } } figure{ margin:0; } img{ vertical-align:middle; } .img-responsive{ .img-responsive(); } .img-rounded{ border-radius:@border-radius-large; } .img-thumbnail{ padding:@thumbnail-padding; line-height:@line-height-base; background-color:@thumbnail-bg; border:1px solid @thumbnail-border; border-radius:@thumbnail-border-radius; .transition(all .2s ease-in-out); .img-responsive(inline-block); } .img-circle{ border-radius:50%;// set radius in percents } hr{ margin-top:@line-height-computed; margin-bottom:@line-height-computed; border:0; border-top:1px solid @hr-border; } .sr-only{ position:absolute; width:1px; height:1px; margin:-1px; padding:0; overflow:hidden; clip:rect(0,0,0,0); border:0; } .sr-only-focusable{ &:active, &:focus{ position:static; width:auto; height:auto; margin:0; overflow:visible; clip:auto; } } h1,h2,h3,h4,h5,h6, .h1,.h2,.h3,.h4,.h5,.h6{ font-family:@headings-font-family; font-weight:@headings-font-weight; line-height:@headings-line-height; color:@headings-color; small, .small{ font-weight:normal; line-height:1; color:@headings-small-color; } } h1,.h1, h2,.h2, h3,.h3{ margin-top:@line-height-computed; margin-bottom:(@line-height-computed / 2); small, .small{ font-size:65%; } } h4,.h4, h5,.h5, h6,.h6{ margin-top:(@line-height-computed / 2); margin-bottom:(@line-height-computed / 2); small, .small{ font-size:75%; } } h1,.h1{font-size:@font-size-h1} h2,.h2{font-size:@font-size-h2} h3,.h3{font-size:@font-size-h3} h4,.h4{font-size:@font-size-h4} h5,.h5{font-size:@font-size-h5} h6,.h6{font-size:@font-size-h6} p{ margin:0 0 (@line-height-computed / 2); } .lead{ margin-bottom:@line-height-computed; font-size:floor((@font-size-base * 1.15)); font-weight:300; line-height:1.4; @media (min-width:@screen-sm-min){ font-size:(@font-size-base * 1.5); } } small, .small{ font-size:floor((100% * @font-size-small / @font-size-base)); } cite{ font-style:normal; } mark, .mark{ background-color:@state-warning-bg; padding:.2em; } .text-left{text-align:left} .text-right{text-align:right} .text-center{text-align:center} .text-justify{text-align:justify} .text-nowrap{white-space:nowrap} .text-lowercase{text-transform:lowercase} .text-uppercase{text-transform:uppercase} .text-capitalize{text-transform:capitalize} .text-muted{ color:@text-muted; } .text-primary{ .text-emphasis-variant(@brand-primary); } .text-success{ .text-emphasis-variant(@state-success-text); } .text-info{ .text-emphasis-variant(@state-info-text); } .text-warning{ .text-emphasis-variant(@state-warning-text); } .text-danger{ .text-emphasis-variant(@state-danger-text); } .bg-primary{ color:#fff; .bg-variant(@brand-primary); } .bg-success{ .bg-variant(@state-success-bg); } .bg-info{ .bg-variant(@state-info-bg); } .bg-warning{ .bg-variant(@state-warning-bg); } .bg-danger{ .bg-variant(@state-danger-bg); } .page-header{ padding-bottom:((@line-height-computed / 2) - 1); margin:(@line-height-computed * 2) 0 @line-height-computed; border-bottom:1px solid @page-header-border-color; } ul, ol{ margin-top:0; margin-bottom:(@line-height-computed / 2); ul, ol{ margin-bottom:0; } } .list-unstyled{ padding-left:0; list-style:none; } .list-inline{ .list-unstyled(); margin-left:-5px; > li{ display:inline-block; padding-left:5px; padding-right:5px; } } dl{ margin-top:0;// Remove browser default margin-bottom:@line-height-computed; } dt, dd{ line-height:@line-height-base; } dt{ font-weight:bold; } dd{ margin-left:0;// Undo browser default } .dl-horizontal{ dd{ &:extend(.clearfix all);// Clear the floated `dt` if an empty `dd` is present } @media (min-width:@grid-float-breakpoint){ dt{ float:left; width:(@dl-horizontal-offset - 20); clear:left; text-align:right; .text-overflow(); } dd{ margin-left:@dl-horizontal-offset; } } } abbr[title], abbr[data-original-title]{ cursor:help; border-bottom:1px dotted @abbr-border-color; } .initialism{ font-size:90%; text-transform:uppercase; } blockquote{ padding:(@line-height-computed / 2) @line-height-computed; margin:0 0 @line-height-computed; font-size:@blockquote-font-size; border-left:5px solid @blockquote-border-color; p, ul, ol{ &:last-child{ margin-bottom:0; } } footer, small, .small{ display:block; font-size:80%;// back to default font-size line-height:@line-height-base; color:@blockquote-small-color; &:before{ content:'\2014 \00A0';// em dash,nbsp } } } .blockquote-reverse, blockquote.pull-right{ padding-right:15px; padding-left:0; border-right:5px solid @blockquote-border-color; border-left:0; text-align:right; footer, small, .small{ &:before{content:''} &:after{ content:'\00A0 \2014';// nbsp,em dash } } } blockquote:before, blockquote:after{ content:""; } address{ margin-bottom:@line-height-computed; font-style:normal; line-height:@line-height-base; } code, kbd, pre, samp{ font-family:@font-family-monospace; } code{ padding:2px 4px; font-size:90%; color:@code-color; background-color:@code-bg; border-radius:@border-radius-base; } kbd{ padding:2px 4px; font-size:90%; color:@kbd-color; background-color:@kbd-bg; border-radius:@border-radius-small; box-shadow:inset 0 -1px 0 rgba(0,0,0,.25); kbd{ padding:0; font-size:100%; box-shadow:none; } } pre{ display:block; padding:((@line-height-computed - 1) / 2); margin:0 0 (@line-height-computed / 2); font-size:(@font-size-base - 1);// 14px to 13px line-height:@line-height-base; word-break:break-all; word-wrap:break-word; color:@pre-color; background-color:@pre-bg; border:1px solid @pre-border-color; border-radius:@border-radius-base; code{ padding:0; font-size:inherit; color:inherit; white-space:pre-wrap; background-color:transparent; border-radius:0; } } .pre-scrollable{ max-height:@pre-scrollable-max-height; overflow-y:scroll; } .container{ .container-fixed(); @media (min-width:@screen-sm-min){ width:@container-sm; } @media (min-width:@screen-md-min){ width:@container-md; } @media (min-width:@screen-lg-min){ width:@container-lg; } } .container-fluid{ .container-fixed(); } .row{ .make-row(); } .make-grid-columns(); .make-grid(xs); @media (min-width:@screen-sm-min){ .make-grid(sm); } @media (min-width:@screen-md-min){ .make-grid(md); } @media (min-width:@screen-lg-min){ .make-grid(lg); } table{ background-color:@table-bg; } th{ text-align:left; } .table{ width:100%; max-width:100%; margin-bottom:@line-height-computed; > thead, > tbody, > tfoot{ > tr{ > th, > td{ padding:@table-cell-padding; line-height:@line-height-base; vertical-align:top; border-top:1px solid @table-border-color; } } } > thead > tr > th{ vertical-align:bottom; border-bottom:2px solid @table-border-color; } > caption + thead, > colgroup + thead, > thead:first-child{ > tr:first-child{ > th, > td{ border-top:0; } } } > tbody + tbody{ border-top:2px solid @table-border-color; } .table{ background-color:@body-bg; } } .table-condensed{ > thead, > tbody, > tfoot{ > tr{ > th, > td{ padding:@table-condensed-cell-padding; } } } } .table-bordered{ border:1px solid @table-border-color; > thead, > tbody, > tfoot{ > tr{ > th, > td{ border:1px solid @table-border-color; } } } > thead > tr{ > th, > td{ border-bottom-width:2px; } } } .table-striped{ > tbody > tr:nth-child(odd){ > td, > th{ background-color:@table-bg-accent; } } } .table-hover{ > tbody > tr:hover{ > td, > th{ background-color:@table-bg-hover; } } } table col[class*="col-"]{ position:static;// Prevent border hiding in Firefox and IE9/10 (see https://github.com/twbs/bootstrap/issues/11623) float:none; display:table-column; } table{ td, th{ &[class*="col-"]{ position:static;// Prevent border hiding in Firefox and IE9/10 (see https://github.com/twbs/bootstrap/issues/11623) float:none; display:table-cell; } } } .table-row-variant(active;@table-bg-active); .table-row-variant(success;@state-success-bg); .table-row-variant(info;@state-info-bg); .table-row-variant(warning;@state-warning-bg); .table-row-variant(danger;@state-danger-bg); .table-responsive{ @media screen and (max-width:@screen-xs-max){ width:100%; margin-bottom:(@line-height-computed * 0.75); overflow-y:hidden; overflow-x:auto; -ms-overflow-style:-ms-autohiding-scrollbar; border:1px solid @table-border-color; -webkit-overflow-scrolling:touch; > .table{ margin-bottom:0; > thead, > tbody, > tfoot{ > tr{ > th, > td{ white-space:nowrap; } } } } > .table-bordered{ border:0; > thead, > tbody, > tfoot{ > tr{ > th:first-child, > td:first-child{ border-left:0; } > th:last-child, > td:last-child{ border-right:0; } } } > tbody, > tfoot{ > tr:last-child{ > th, > td{ border-bottom:0; } } } } } } fieldset{ padding:0; margin:0; border:0; min-width:0; } legend{ display:block; width:100%; padding:0; margin-bottom:@line-height-computed; font-size:(@font-size-base * 1.5); line-height:inherit; color:@legend-color; border:0; border-bottom:1px solid @legend-border-color; } label{ display:inline-block; max-width:100%;// Force IE8 to wrap long content (see https://github.com/twbs/bootstrap/issues/13141) margin-bottom:5px; font-weight:bold; } input[type="search"]{ .box-sizing(border-box); } input[type="radio"], input[type="checkbox"]{ margin:4px 0 0; margin-top:1px \9;// IE8-9 line-height:normal; } input[type="file"]{ display:block; } input[type="range"]{ display:block; width:100%; } select[multiple], select[size]{ height:auto; } input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus{ .tab-focus(); } output{ display:block; padding-top:(@padding-base-vertical + 1); font-size:@font-size-base; line-height:@line-height-base; color:@input-color; } .form-control{ display:block; width:100%; height:@input-height-base;// Make inputs at least the height of their button counterpart (base line-height + padding + border) padding:@padding-base-vertical @padding-base-horizontal; font-size:@font-size-base; line-height:@line-height-base; color:@input-color; background-color:@input-bg; background-image:none;// Reset unusual Firefox-on-Android default style;see https://github.com/necolas/normalize.css/issues/214 border:1px solid @input-border; border-radius:@input-border-radius; .box-shadow(inset 0 1px 1px rgba(0,0,0,.075)); .transition(~"border-color ease-in-out .15s,box-shadow ease-in-out .15s"); .form-control-focus(); .placeholder(); &[disabled], &[readonly], fieldset[disabled] &{ cursor:not-allowed; background-color:@input-bg-disabled; opacity:1;// iOS fix for unreadable disabled content } textarea&{ height:auto; } } input[type="search"]{ -webkit-appearance:none; } input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"]{ line-height:@input-height-base; line-height:@line-height-base ~"\0"; &.input-sm{ line-height:@input-height-small; } &.input-lg{ line-height:@input-height-large; } } .form-group{ margin-bottom:15px; } .radio, .checkbox{ position:relative; display:block; min-height:@line-height-computed;// clear the floating input if there is no label text margin-top:10px; margin-bottom:10px; label{ padding-left:20px; margin-bottom:0; font-weight:normal; cursor:pointer; } } .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]{ position:absolute; margin-left:-20px; margin-top:4px \9; } .radio + .radio, .checkbox + .checkbox{ margin-top:-5px;// Move up sibling radios or checkboxes for tighter spacing } .radio-inline, .checkbox-inline{ display:inline-block; padding-left:20px; margin-bottom:0; vertical-align:middle; font-weight:normal; cursor:pointer; } .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline{ margin-top:0; margin-left:10px;// space out consecutive inline controls } input[type="radio"], input[type="checkbox"]{ &[disabled], &.disabled, fieldset[disabled] &{ cursor:not-allowed; } } .radio-inline, .checkbox-inline{ &.disabled, fieldset[disabled] &{ cursor:not-allowed; } } .radio, .checkbox{ &.disabled, fieldset[disabled] &{ label{ cursor:not-allowed; } } } .form-control-static{ padding-top:(@padding-base-vertical + 1); padding-bottom:(@padding-base-vertical + 1); margin-bottom:0; &.input-lg, &.input-sm{ padding-left:0; padding-right:0; } } .input-sm{ .input-size(@input-height-small;@padding-small-vertical;@padding-small-horizontal;@font-size-small;@line-height-small;@border-radius-small); } .input-lg{ .input-size(@input-height-large;@padding-large-vertical;@padding-large-horizontal;@font-size-large;@line-height-large;@border-radius-large); } .has-feedback{ position:relative; .form-control{ padding-right:(@input-height-base * 1.25); } } .form-control-feedback{ position:absolute; top:(@line-height-computed + 5);// Height of the `label` and its margin right:0; z-index:2;// Ensure icon is above input groups display:block; width:@input-height-base; height:@input-height-base; line-height:@input-height-base; text-align:center; } .input-lg + .form-control-feedback{ width:@input-height-large; height:@input-height-large; line-height:@input-height-large; } .input-sm + .form-control-feedback{ width:@input-height-small; height:@input-height-small; line-height:@input-height-small; } .has-success{ .form-control-validation(@state-success-text;@state-success-text;@state-success-bg); } .has-warning{ .form-control-validation(@state-warning-text;@state-warning-text;@state-warning-bg); } .has-error{ .form-control-validation(@state-danger-text;@state-danger-text;@state-danger-bg); } .has-feedback label.sr-only ~ .form-control-feedback{ top:0; } .help-block{ display:block;// account for any element using help-block margin-top:5px; margin-bottom:10px; color:lighten(@text-color,25%);// lighten the text some for contrast } .form-inline{ @media (min-width:@screen-sm-min){ .form-group{ display:inline-block; margin-bottom:0; vertical-align:middle; } .form-control{ display:inline-block; width:auto;// Prevent labels from stacking above inputs in `.form-group` vertical-align:middle; } .input-group{ display:inline-table; vertical-align:middle; .input-group-addon, .input-group-btn, .form-control{ width:auto; } } .input-group > .form-control{ width:100%; } .control-label{ margin-bottom:0; vertical-align:middle; } .radio, .checkbox{ display:inline-block; margin-top:0; margin-bottom:0; vertical-align:middle; label{ padding-left:0; } } .radio input[type="radio"], .checkbox input[type="checkbox"]{ position:relative; margin-left:0; } .has-feedback .form-control-feedback{ top:0; } } } .form-horizontal{ .radio, .checkbox, .radio-inline, .checkbox-inline{ margin-top:0; margin-bottom:0; padding-top:(@padding-base-vertical + 1);// Default padding plus a border } .radio, .checkbox{ min-height:(@line-height-computed + (@padding-base-vertical + 1)); } .form-group{ .make-row(); } @media (min-width:@screen-sm-min){ .control-label{ text-align:right; margin-bottom:0; padding-top:(@padding-base-vertical + 1);// Default padding plus a border } } .has-feedback .form-control-feedback{ top:0; right:(@grid-gutter-width / 2); } .form-group-lg{ @media (min-width:@screen-sm-min){ .control-label{ padding-top:((@padding-large-vertical * @line-height-large) + 1); } } .form-control{ &:extend(.input-lg); } } .form-group-sm{ @media (min-width:@screen-sm-min){ .control-label{ padding-top:(@padding-small-vertical + 1); } } .form-control{ &:extend(.input-sm); } } } .btn{ display:inline-block; margin-bottom:0;// For input.btn font-weight:@btn-font-weight; text-align:center; vertical-align:middle; cursor:pointer; background-image:none;// Reset unusual Firefox-on-Android default style;see https://github.com/necolas/normalize.css/issues/214 border:1px solid transparent; white-space:nowrap; .button-size(@padding-base-vertical;@padding-base-horizontal;@font-size-base;@line-height-base;@border-radius-base); .user-select(none); &, &:active, &.active{ &:focus{ .tab-focus(); } } &:hover, &:focus{ color:@btn-default-color; text-decoration:none; } &:active, &.active{ outline:0; background-image:none; .box-shadow(inset 0 3px 5px rgba(0,0,0,.125)); } &.disabled, &[disabled], fieldset[disabled] &{ cursor:not-allowed; pointer-events:none;// Future-proof disabling of clicks .opacity(.65); .box-shadow(none); } } .btn-default{ .button-variant(@btn-default-color;@btn-default-bg;@btn-default-border); } .btn-primary{ .button-variant(@btn-primary-color;@btn-primary-bg;@btn-primary-border); } .btn-success{ .button-variant(@btn-success-color;@btn-success-bg;@btn-success-border); } .btn-info{ .button-variant(@btn-info-color;@btn-info-bg;@btn-info-border); } .btn-warning{ .button-variant(@btn-warning-color;@btn-warning-bg;@btn-warning-border); } .btn-danger{ .button-variant(@btn-danger-color;@btn-danger-bg;@btn-danger-border); } .btn-link{ color:@link-color; font-weight:normal; cursor:pointer; border-radius:0; &, &:active, &[disabled], fieldset[disabled] &{ background-color:transparent; .box-shadow(none); } &, &:hover, &:focus, &:active{ border-color:transparent; } &:hover, &:focus{ color:@link-hover-color; text-decoration:underline; background-color:transparent; } &[disabled], fieldset[disabled] &{ &:hover, &:focus{ color:@btn-link-disabled-color; text-decoration:none; } } } .btn-lg{ .button-size(@padding-large-vertical;@padding-large-horizontal;@font-size-large;@line-height-large;@border-radius-large); } .btn-sm{ .button-size(@padding-small-vertical;@padding-small-horizontal;@font-size-small;@line-height-small;@border-radius-small); } .btn-xs{ .button-size(@padding-xs-vertical;@padding-xs-horizontal;@font-size-small;@line-height-small;@border-radius-small); } .btn-block{ display:block; width:100%; } .btn-block + .btn-block{ margin-top:5px; } input[type="submit"], input[type="reset"], input[type="button"]{ &.btn-block{ width:100%; } } .fade{ opacity:0; .transition(opacity .15s linear); &.in{ opacity:1; } } .collapse{ display:none; &.in{display:block} tr&.in{display:table-row} tbody&.in{display:table-row-group} } .collapsing{ position:relative; height:0; overflow:hidden; .transition(height .35s ease); } .caret{ display:inline-block; width:0; height:0; margin-left:2px; vertical-align:middle; border-top:@caret-width-base solid; border-right:@caret-width-base solid transparent; border-left:@caret-width-base solid transparent; } .dropdown{ position:relative; } .dropdown-toggle:focus{ outline:0; } .dropdown-menu{ position:absolute; top:100%; left:0; z-index:@zindex-dropdown; display:none;// none by default,but block on "open" of the menu float:left; min-width:160px; padding:5px 0; margin:2px 0 0;// override default ul list-style:none; font-size:@font-size-base; text-align:left;// Ensures proper alignment if parent has it changed (e.g.,modal footer) background-color:@dropdown-bg; border:1px solid @dropdown-fallback-border;// IE8 fallback border:1px solid @dropdown-border; border-radius:@border-radius-base; .box-shadow(0 6px 12px rgba(0,0,0,.175)); background-clip:padding-box; &.pull-right{ right:0; left:auto; } .divider{ .nav-divider(@dropdown-divider-bg); } > li > a{ display:block; padding:3px 20px; clear:both; font-weight:normal; line-height:@line-height-base; color:@dropdown-link-color; white-space:nowrap;// prevent links from randomly breaking onto new lines } } .dropdown-menu > li > a{ &:hover, &:focus{ text-decoration:none; color:@dropdown-link-hover-color; background-color:@dropdown-link-hover-bg; } } .dropdown-menu > .active > a{ &, &:hover, &:focus{ color:@dropdown-link-active-color; text-decoration:none; outline:0; background-color:@dropdown-link-active-bg; } } .dropdown-menu > .disabled > a{ &, &:hover, &:focus{ color:@dropdown-link-disabled-color; } } .dropdown-menu > .disabled > a{ &:hover, &:focus{ text-decoration:none; background-color:transparent; background-image:none;// Remove CSS gradient .reset-filter(); cursor:not-allowed; } } .open{ > .dropdown-menu{ display:block; } > a{ outline:0; } } .dropdown-menu-right{ left:auto;// Reset the default from `.dropdown-menu` right:0; } .dropdown-menu-left{ left:0; right:auto; } .dropdown-header{ display:block; padding:3px 20px; font-size:@font-size-small; line-height:@line-height-base; color:@dropdown-header-color; white-space:nowrap;// as with > li > a } .dropdown-backdrop{ position:fixed; left:0; right:0; bottom:0; top:0; z-index:(@zindex-dropdown - 10); } .pull-right > .dropdown-menu{ right:0; left:auto; } .dropup, .navbar-fixed-bottom .dropdown{ .caret{ border-top:0; border-bottom:@caret-width-base solid; content:""; } .dropdown-menu{ top:auto; bottom:100%; margin-bottom:1px; } } @media (min-width:@grid-float-breakpoint){ .navbar-right{ .dropdown-menu{ .dropdown-menu-right(); } .dropdown-menu-left{ .dropdown-menu-left(); } } } .nav{ margin-bottom:0; padding-left:0;// Override default ul/ol list-style:none; &:extend(.clearfix all); > li{ position:relative; display:block; > a{ position:relative; display:block; padding:@nav-link-padding; &:hover, &:focus{ text-decoration:none; background-color:@nav-link-hover-bg; } } &.disabled > a{ color:@nav-disabled-link-color; &:hover, &:focus{ color:@nav-disabled-link-hover-color; text-decoration:none; background-color:transparent; cursor:not-allowed; } } } .open > a{ &, &:hover, &:focus{ background-color:@nav-link-hover-bg; border-color:@link-color; } } .nav-divider{ .nav-divider(); } > li > a > img{ max-width:none; } } .nav-tabs{ border-bottom:1px solid @nav-tabs-border-color; > li{ float:left; margin-bottom:-1px; > a{ margin-right:2px; line-height:@line-height-base; border:1px solid transparent; border-radius:@border-radius-base @border-radius-base 0 0; &:hover{ border-color:@nav-tabs-link-hover-border-color @nav-tabs-link-hover-border-color @nav-tabs-border-color; } } &.active > a{ &, &:hover, &:focus{ color:@nav-tabs-active-link-hover-color; background-color:@nav-tabs-active-link-hover-bg; border:1px solid @nav-tabs-active-link-hover-border-color; border-bottom-color:transparent; cursor:default; } } } &.nav-justified{ .nav-justified(); .nav-tabs-justified(); } } .nav-pills{ > li{ float:left; > a{ border-radius:@nav-pills-border-radius; } + li{ margin-left:2px; } &.active > a{ &, &:hover, &:focus{ color:@nav-pills-active-link-hover-color; background-color:@nav-pills-active-link-hover-bg; } } } } .nav-stacked{ > li{ float:none; + li{ margin-top:2px; margin-left:0;// no need for this gap between nav items } } } .nav-justified{ width:100%; > li{ float:none; > a{ text-align:center; margin-bottom:5px; } } > .dropdown .dropdown-menu{ top:auto; left:auto; } @media (min-width:@screen-sm-min){ > li{ display:table-cell; width:1%; > a{ margin-bottom:0; } } } } .nav-tabs-justified{ border-bottom:0; > li > a{ margin-right:0; border-radius:@border-radius-base; } > .active > a, > .active > a:hover, > .active > a:focus{ border:1px solid @nav-tabs-justified-link-border-color; } @media (min-width:@screen-sm-min){ > li > a{ border-bottom:1px solid @nav-tabs-justified-link-border-color; border-radius:@border-radius-base @border-radius-base 0 0; } > .active > a, > .active > a:hover, > .active > a:focus{ border-bottom-color:@nav-tabs-justified-active-link-border-color; } } } .tab-content{ > .tab-pane{ display:none; } > .active{ display:block; } } .nav-tabs .dropdown-menu{ margin-top:-1px; .border-top-radius(0); } .navbar{ position:relative; min-height:@navbar-height;// Ensure a navbar always shows (e.g.,without a .navbar-brand in collapsed mode) margin-bottom:@navbar-margin-bottom; border:1px solid transparent; &:extend(.clearfix all); @media (min-width:@grid-float-breakpoint){ border-radius:@navbar-border-radius; } } .navbar-header{ &:extend(.clearfix all); @media (min-width:@grid-float-breakpoint){ float:left; } } .navbar-collapse{ overflow-x:visible; padding-right:@navbar-padding-horizontal; padding-left:@navbar-padding-horizontal; border-top:1px solid transparent; box-shadow:inset 0 1px 0 rgba(255,255,255,.1); &:extend(.clearfix all); -webkit-overflow-scrolling:touch; &.in{ overflow-y:auto; } @media (min-width:@grid-float-breakpoint){ width:auto; border-top:0; box-shadow:none; &.collapse{ display:block !important; height:auto !important; padding-bottom:0;// Override default setting overflow:visible !important; } &.in{ overflow-y:visible; } .navbar-fixed-top &, .navbar-static-top &, .navbar-fixed-bottom &{ padding-left:0; padding-right:0; } } } .navbar-fixed-top, .navbar-fixed-bottom{ .navbar-collapse{ max-height:@navbar-collapse-max-height; @media (max-width:@screen-xs-min) and (orientation:landscape){ max-height:200px; } } } .container, .container-fluid{ > .navbar-header, > .navbar-collapse{ margin-right:-@navbar-padding-horizontal; margin-left:-@navbar-padding-horizontal; @media (min-width:@grid-float-breakpoint){ margin-right:0; margin-left:0; } } } .navbar-static-top{ z-index:@zindex-navbar; border-width:0 0 1px; @media (min-width:@grid-float-breakpoint){ border-radius:0; } } .navbar-fixed-top, .navbar-fixed-bottom{ position:fixed; right:0; left:0; z-index:@zindex-navbar-fixed; .translate3d(0,0,0); @media (min-width:@grid-float-breakpoint){ border-radius:0; } } .navbar-fixed-top{ top:0; border-width:0 0 1px; } .navbar-fixed-bottom{ bottom:0; margin-bottom:0;// override .navbar defaults border-width:1px 0 0; } .navbar-brand{ float:left; padding:@navbar-padding-vertical @navbar-padding-horizontal; font-size:@font-size-large; line-height:@line-height-computed; height:@navbar-height; &:hover, &:focus{ text-decoration:none; } @media (min-width:@grid-float-breakpoint){ .navbar > .container &, .navbar > .container-fluid &{ margin-left:-@navbar-padding-horizontal; } } } .navbar-toggle{ position:relative; float:right; margin-right:@navbar-padding-horizontal; padding:9px 10px; .navbar-vertical-align(34px); background-color:transparent; background-image:none;// Reset unusual Firefox-on-Android default style;see https://github.com/necolas/normalize.css/issues/214 border:1px solid transparent; border-radius:@border-radius-base; &:focus{ outline:0; } .icon-bar{ display:block; width:22px; height:2px; border-radius:1px; } .icon-bar + .icon-bar{ margin-top:4px; } @media (min-width:@grid-float-breakpoint){ display:none; } } .navbar-nav{ margin:(@navbar-padding-vertical / 2) -@navbar-padding-horizontal; > li > a{ padding-top:10px; padding-bottom:10px; line-height:@line-height-computed; } @media (max-width:@grid-float-breakpoint-max){ .open .dropdown-menu{ position:static; float:none; width:auto; margin-top:0; background-color:transparent; border:0; box-shadow:none; > li > a, .dropdown-header{ padding:5px 15px 5px 25px; } > li > a{ line-height:@line-height-computed; &:hover, &:focus{ background-image:none; } } } } @media (min-width:@grid-float-breakpoint){ float:left; margin:0; > li{ float:left; > a{ padding-top:@navbar-padding-vertical; padding-bottom:@navbar-padding-vertical; } } &.navbar-right:last-child{ margin-right:-@navbar-padding-horizontal; } } } @media (min-width:@grid-float-breakpoint){ .navbar-left{.pull-left()} .navbar-right{.pull-right()} } .navbar-form{ margin-left:-@navbar-padding-horizontal; margin-right:-@navbar-padding-horizontal; padding:10px @navbar-padding-horizontal; border-top:1px solid transparent; border-bottom:1px solid transparent; @shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1); .box-shadow(@shadow); .form-inline(); .form-group{ @media (max-width:@grid-float-breakpoint-max){ margin-bottom:5px; } } .navbar-vertical-align(@input-height-base); @media (min-width:@grid-float-breakpoint){ width:auto; border:0; margin-left:0; margin-right:0; padding-top:0; padding-bottom:0; .box-shadow(none); &.navbar-right:last-child{ margin-right:-@navbar-padding-horizontal; } } } .navbar-nav > li > .dropdown-menu{ margin-top:0; .border-top-radius(0); } .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu{ .border-bottom-radius(0); } .navbar-btn{ .navbar-vertical-align(@input-height-base); &.btn-sm{ .navbar-vertical-align(@input-height-small); } &.btn-xs{ .navbar-vertical-align(22); } } .navbar-text{ .navbar-vertical-align(@line-height-computed); @media (min-width:@grid-float-breakpoint){ float:left; margin-left:@navbar-padding-horizontal; margin-right:@navbar-padding-horizontal; &.navbar-right:last-child{ margin-right:0; } } } .navbar-default{ background-color:@navbar-default-bg; border-color:@navbar-default-border; .navbar-brand{ color:@navbar-default-brand-color; &:hover, &:focus{ color:@navbar-default-brand-hover-color; background-color:@navbar-default-brand-hover-bg; } } .navbar-text{ color:@navbar-default-color; } .navbar-nav{ > li > a{ color:@navbar-default-link-color; &:hover, &:focus{ color:@navbar-default-link-hover-color; background-color:@navbar-default-link-hover-bg; } } > .active > a{ &, &:hover, &:focus{ color:@navbar-default-link-active-color; background-color:@navbar-default-link-active-bg; } } > .disabled > a{ &, &:hover, &:focus{ color:@navbar-default-link-disabled-color; background-color:@navbar-default-link-disabled-bg; } } } .navbar-toggle{ border-color:@navbar-default-toggle-border-color; &:hover, &:focus{ background-color:@navbar-default-toggle-hover-bg; } .icon-bar{ background-color:@navbar-default-toggle-icon-bar-bg; } } .navbar-collapse, .navbar-form{ border-color:@navbar-default-border; } .navbar-nav{ > .open > a{ &, &:hover, &:focus{ background-color:@navbar-default-link-active-bg; color:@navbar-default-link-active-color; } } @media (max-width:@grid-float-breakpoint-max){ .open .dropdown-menu{ > li > a{ color:@navbar-default-link-color; &:hover, &:focus{ color:@navbar-default-link-hover-color; background-color:@navbar-default-link-hover-bg; } } > .active > a{ &, &:hover, &:focus{ color:@navbar-default-link-active-color; background-color:@navbar-default-link-active-bg; } } > .disabled > a{ &, &:hover, &:focus{ color:@navbar-default-link-disabled-color; background-color:@navbar-default-link-disabled-bg; } } } } } .navbar-link{ color:@navbar-default-link-color; &:hover{ color:@navbar-default-link-hover-color; } } .btn-link{ color:@navbar-default-link-color; &:hover, &:focus{ color:@navbar-default-link-hover-color; } &[disabled], fieldset[disabled] &{ &:hover, &:focus{ color:@navbar-default-link-disabled-color; } } } } .navbar-inverse{ background-color:@navbar-inverse-bg; border-color:@navbar-inverse-border; .navbar-brand{ color:@navbar-inverse-brand-color; &:hover, &:focus{ color:@navbar-inverse-brand-hover-color; background-color:@navbar-inverse-brand-hover-bg; } } .navbar-text{ color:@navbar-inverse-color; } .navbar-nav{ > li > a{ color:@navbar-inverse-link-color; &:hover, &:focus{ color:@navbar-inverse-link-hover-color; background-color:@navbar-inverse-link-hover-bg; } } > .active > a{ &, &:hover, &:focus{ color:@navbar-inverse-link-active-color; background-color:@navbar-inverse-link-active-bg; } } > .disabled > a{ &, &:hover, &:focus{ color:@navbar-inverse-link-disabled-color; background-color:@navbar-inverse-link-disabled-bg; } } } .navbar-toggle{ border-color:@navbar-inverse-toggle-border-color; &:hover, &:focus{ background-color:@navbar-inverse-toggle-hover-bg; } .icon-bar{ background-color:@navbar-inverse-toggle-icon-bar-bg; } } .navbar-collapse, .navbar-form{ border-color:darken(@navbar-inverse-bg,7%); } .navbar-nav{ > .open > a{ &, &:hover, &:focus{ background-color:@navbar-inverse-link-active-bg; color:@navbar-inverse-link-active-color; } } @media (max-width:@grid-float-breakpoint-max){ .open .dropdown-menu{ > .dropdown-header{ border-color:@navbar-inverse-border; } .divider{ background-color:@navbar-inverse-border; } > li > a{ color:@navbar-inverse-link-color; &:hover, &:focus{ color:@navbar-inverse-link-hover-color; background-color:@navbar-inverse-link-hover-bg; } } > .active > a{ &, &:hover, &:focus{ color:@navbar-inverse-link-active-color; background-color:@navbar-inverse-link-active-bg; } } > .disabled > a{ &, &:hover, &:focus{ color:@navbar-inverse-link-disabled-color; background-color:@navbar-inverse-link-disabled-bg; } } } } } .navbar-link{ color:@navbar-inverse-link-color; &:hover{ color:@navbar-inverse-link-hover-color; } } .btn-link{ color:@navbar-inverse-link-color; &:hover, &:focus{ color:@navbar-inverse-link-hover-color; } &[disabled], fieldset[disabled] &{ &:hover, &:focus{ color:@navbar-inverse-link-disabled-color; } } } } .label{ display:inline; padding:.2em .6em .3em; font-size:75%; font-weight:bold; line-height:1; color:@label-color; text-align:center; white-space:nowrap; vertical-align:baseline; border-radius:.25em; a&{ &:hover, &:focus{ color:@label-link-hover-color; text-decoration:none; cursor:pointer; } } &:empty{ display:none; } .btn &{ position:relative; top:-1px; } } .label-default{ .label-variant(@label-default-bg); } .label-primary{ .label-variant(@label-primary-bg); } .label-success{ .label-variant(@label-success-bg); } .label-info{ .label-variant(@label-info-bg); } .label-warning{ .label-variant(@label-warning-bg); } .label-danger{ .label-variant(@label-danger-bg); } .alert{ padding:@alert-padding; margin-bottom:@line-height-computed; border:1px solid transparent; border-radius:@alert-border-radius; h4{ margin-top:0; color:inherit; } .alert-link{ font-weight:@alert-link-font-weight; } > p, > ul{ margin-bottom:0; } > p + p{ margin-top:5px; } } .alert-dismissable,// The misspelled .alert-dismissable was deprecated in 3.2.0. .alert-dismissible{ padding-right:(@alert-padding + 20); .close{ position:relative; top:-2px; right:-21px; color:inherit; } } .alert-success{ .alert-variant(@alert-success-bg;@alert-success-border;@alert-success-text); } .alert-info{ .alert-variant(@alert-info-bg;@alert-info-border;@alert-info-text); } .alert-warning{ .alert-variant(@alert-warning-bg;@alert-warning-border;@alert-warning-text); } .alert-danger{ .alert-variant(@alert-danger-bg;@alert-danger-border;@alert-danger-text); } @-webkit-keyframes progress-bar-stripes{ from{background-position:40px 0} to{background-position:0 0} } @keyframes progress-bar-stripes{ from{background-position:40px 0} to{background-position:0 0} } .progress{ overflow:hidden; height:@line-height-computed; margin-bottom:@line-height-computed; background-color:@progress-bg; border-radius:@border-radius-base; .box-shadow(inset 0 1px 2px rgba(0,0,0,.1)); } .progress-bar{ float:left; width:0%; height:100%; font-size:@font-size-small; line-height:@line-height-computed; color:@progress-bar-color; text-align:center; background-color:@progress-bar-bg; .box-shadow(inset 0 -1px 0 rgba(0,0,0,.15)); .transition(width .6s ease); } .progress-striped .progress-bar, .progress-bar-striped{ #gradient > .striped(); background-size:40px 40px; } .progress.active .progress-bar, .progress-bar.active{ .animation(progress-bar-stripes 2s linear infinite); } .progress-bar{ &[aria-valuenow="1"], &[aria-valuenow="2"]{ min-width:30px; } &[aria-valuenow="0"]{ color:@gray-light; min-width:30px; background-color:transparent; background-image:none; box-shadow:none; } } .progress-bar-success{ .progress-bar-variant(@progress-bar-success-bg); } .progress-bar-info{ .progress-bar-variant(@progress-bar-info-bg); } .progress-bar-warning{ .progress-bar-variant(@progress-bar-warning-bg); } .progress-bar-danger{ .progress-bar-variant(@progress-bar-danger-bg); } .carousel{ position:relative; } .carousel-inner{ position:relative; overflow:hidden; width:100%; > .item{ display:none; position:relative; .transition(.6s ease-in-out left); > img, > a > img{ &:extend(.img-responsive); line-height:1; } } > .active, > .next, > .prev{ display:block; } > .active{ left:0; } > .next, > .prev{ position:absolute; top:0; width:100%; } > .next{ left:100%; } > .prev{ left:-100%; } > .next.left, > .prev.right{ left:0; } > .active.left{ left:-100%; } > .active.right{ left:100%; } } .carousel-control{ position:absolute; top:0; left:0; bottom:0; width:@carousel-control-width; .opacity(@carousel-control-opacity); font-size:@carousel-control-font-size; color:@carousel-control-color; text-align:center; text-shadow:@carousel-text-shadow; &.left{ #gradient > .horizontal(@start-color:rgba(0,0,0,.5);@end-color:rgba(0,0,0,.0001)); } &.right{ left:auto; right:0; #gradient > .horizontal(@start-color:rgba(0,0,0,.0001);@end-color:rgba(0,0,0,.5)); } &:hover, &:focus{ outline:0; color:@carousel-control-color; text-decoration:none; .opacity(.9); } .icon-prev, .icon-next, .glyphicon-chevron-left, .glyphicon-chevron-right{ position:absolute; top:50%; z-index:5; display:inline-block; } .icon-prev, .glyphicon-chevron-left{ left:50%; margin-left:-10px; } .icon-next, .glyphicon-chevron-right{ right:50%; margin-right:-10px; } .icon-prev, .icon-next{ width:20px; height:20px; margin-top:-10px; font-family:serif; } .icon-prev{ &:before{ content:'\2039';// SINGLE LEFT-POINTING ANGLE QUOTATION MARK (U+2039) } } .icon-next{ &:before{ content:'\203a';// SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (U+203A) } } } .carousel-indicators{ position:absolute; bottom:10px; left:50%; z-index:15; width:60%; margin-left:-30%; padding-left:0; list-style:none; text-align:center; li{ display:inline-block; width:10px; height:10px; margin:1px; text-indent:-999px; border:1px solid @carousel-indicator-border-color; border-radius:10px; cursor:pointer; background-color:#000 \9;// IE8 background-color:rgba(0,0,0,0);// IE9 } .active{ margin:0; width:12px; height:12px; background-color:@carousel-indicator-active-bg; } } .carousel-caption{ position:absolute; left:15%; right:15%; bottom:20px; z-index:10; padding-top:20px; padding-bottom:20px; color:@carousel-caption-color; text-align:center; text-shadow:@carousel-text-shadow; & .btn{ text-shadow:none;// No shadow for button elements in carousel-caption } } @media screen and (min-width:@screen-sm-min){ .carousel-control{ .glyphicon-chevron-left, .glyphicon-chevron-right, .icon-prev, .icon-next{ width:30px; height:30px; margin-top:-15px; font-size:30px; } .glyphicon-chevron-left, .icon-prev{ margin-left:-15px; } .glyphicon-chevron-right, .icon-next{ margin-right:-15px; } } .carousel-caption{ left:20%; right:20%; padding-bottom:30px; } .carousel-indicators{ bottom:20px; } } .clearfix{ .clearfix(); } .center-block{ .center-block(); } .pull-right{ float:right !important; } .pull-left{ float:left !important; } .hide{ display:none !important; } .show{ display:block !important; } .invisible{ visibility:hidden; } .text-hide{ .text-hide(); } .hidden{ display:none !important; visibility:hidden !important; } .affix{ position:fixed; .translate3d(0,0,0); } @-ms-viewport{ width:device-width; } .visible-xs, .visible-sm, .visible-md, .visible-lg{ .responsive-invisibility(); } .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block{ display:none !important; } .visible-xs{ @media (max-width:@screen-xs-max){ .responsive-visibility(); } } .visible-xs-block{ @media (max-width:@screen-xs-max){ display:block !important; } } .visible-xs-inline{ @media (max-width:@screen-xs-max){ display:inline !important; } } .visible-xs-inline-block{ @media (max-width:@screen-xs-max){ display:inline-block !important; } } .visible-sm{ @media (min-width:@screen-sm-min) and (max-width:@screen-sm-max){ .responsive-visibility(); } } .visible-sm-block{ @media (min-width:@screen-sm-min) and (max-width:@screen-sm-max){ display:block !important; } } .visible-sm-inline{ @media (min-width:@screen-sm-min) and (max-width:@screen-sm-max){ display:inline !important; } } .visible-sm-inline-block{ @media (min-width:@screen-sm-min) and (max-width:@screen-sm-max){ display:inline-block !important; } } .visible-md{ @media (min-width:@screen-md-min) and (max-width:@screen-md-max){ .responsive-visibility(); } } .visible-md-block{ @media (min-width:@screen-md-min) and (max-width:@screen-md-max){ display:block !important; } } .visible-md-inline{ @media (min-width:@screen-md-min) and (max-width:@screen-md-max){ display:inline !important; } } .visible-md-inline-block{ @media (min-width:@screen-md-min) and (max-width:@screen-md-max){ display:inline-block !important; } } .visible-lg{ @media (min-width:@screen-lg-min){ .responsive-visibility(); } } .visible-lg-block{ @media (min-width:@screen-lg-min){ display:block !important; } } .visible-lg-inline{ @media (min-width:@screen-lg-min){ display:inline !important; } } .visible-lg-inline-block{ @media (min-width:@screen-lg-min){ display:inline-block !important; } } .hidden-xs{ @media (max-width:@screen-xs-max){ .responsive-invisibility(); } } .hidden-sm{ @media (min-width:@screen-sm-min) and (max-width:@screen-sm-max){ .responsive-invisibility(); } } .hidden-md{ @media (min-width:@screen-md-min) and (max-width:@screen-md-max){ .responsive-invisibility(); } } .hidden-lg{ @media (min-width:@screen-lg-min){ .responsive-invisibility(); } } .visible-print{ .responsive-invisibility(); @media print{ .responsive-visibility(); } } .visible-print-block{ display:none !important; @media print{ display:block !important; } } .visible-print-inline{ display:none !important; @media print{ display:inline !important; } } .visible-print-inline-block{ display:none !important; @media print{ display:inline-block !important; } } .hidden-print{ @media print{ .responsive-invisibility(); } } @font-face{ font-family:'FontAwesome'; src:url('../fonts/fontawesome-webfont.eot?v=4.1.0'); src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg'); font-weight:normal; font-style:normal; } .fa{ display:inline-block; font-family:FontAwesome; font-style:normal; font-weight:normal; line-height:1; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; } .fa-lg{ font-size:1.33333333em; line-height:0.75em; vertical-align:-15%; } .fa-2x{ font-size:2em; } .fa-3x{ font-size:3em; } .fa-4x{ font-size:4em; } .fa-5x{ font-size:5em; } .fa-fw{ width:1.28571429em; text-align:center; } .fa-ul{ padding-left:0; margin-left:2.14285714em; list-style-type:none; } .fa-ul > li{ position:relative; } .fa-li{ position:absolute; left:-2.14285714em; width:2.14285714em; top:0.14285714em; text-align:center; } .fa-li.fa-lg{ left:-1.85714286em; } .fa-border{ padding:.2em .25em .15em; border:solid 0.08em #eeeeee; border-radius:.1em; } .pull-right{ float:right; } .pull-left{ float:left; } .fa.pull-left{ margin-right:.3em; } .fa.pull-right{ margin-left:.3em; } .fa-spin{ -webkit-animation:spin 2s infinite linear; -moz-animation:spin 2s infinite linear; -o-animation:spin 2s infinite linear; animation:spin 2s infinite linear; } @-moz-keyframes spin{ 0%{ -moz-transform:rotate(0deg); } 100%{ -moz-transform:rotate(359deg); } } @-webkit-keyframes spin{ 0%{ -webkit-transform:rotate(0deg); } 100%{ -webkit-transform:rotate(359deg); } } @-o-keyframes spin{ 0%{ -o-transform:rotate(0deg); } 100%{ -o-transform:rotate(359deg); } } @keyframes spin{ 0%{ -webkit-transform:rotate(0deg); transform:rotate(0deg); } 100%{ -webkit-transform:rotate(359deg); transform:rotate(359deg); } } .fa-rotate-90{ filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); -o-transform:rotate(90deg); transform:rotate(90deg); } .fa-rotate-180{ filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg); } .fa-rotate-270{ filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -webkit-transform:rotate(270deg); -moz-transform:rotate(270deg); -ms-transform:rotate(270deg); -o-transform:rotate(270deg); transform:rotate(270deg); } .fa-flip-horizontal{ filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1); -webkit-transform:scale(-1,1); -moz-transform:scale(-1,1); -ms-transform:scale(-1,1); -o-transform:scale(-1,1); transform:scale(-1,1); } .fa-flip-vertical{ filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1); -webkit-transform:scale(1,-1); -moz-transform:scale(1,-1); -ms-transform:scale(1,-1); -o-transform:scale(1,-1); transform:scale(1,-1); } .fa-stack{ position:relative; display:inline-block; width:2em; height:2em; line-height:2em; vertical-align:middle; } .fa-stack-1x, .fa-stack-2x{ position:absolute; left:0; width:100%; text-align:center; } .fa-stack-1x{ line-height:inherit; } .fa-stack-2x{ font-size:2em; } .fa-inverse{ color:#ffffff; } .fa-glass:before{ content:"\f000"; } .fa-music:before{ content:"\f001"; } .fa-search:before{ content:"\f002"; } .fa-envelope-o:before{ content:"\f003"; } .fa-heart:before{ content:"\f004"; } .fa-star:before{ content:"\f005"; } .fa-star-o:before{ content:"\f006"; } .fa-user:before{ content:"\f007"; } .fa-film:before{ content:"\f008"; } .fa-th-large:before{ content:"\f009"; } .fa-th:before{ content:"\f00a"; } .fa-th-list:before{ content:"\f00b"; } .fa-check:before{ content:"\f00c"; } .fa-times:before{ content:"\f00d"; } .fa-search-plus:before{ content:"\f00e"; } .fa-search-minus:before{ content:"\f010"; } .fa-power-off:before{ content:"\f011"; } .fa-signal:before{ content:"\f012"; } .fa-gear:before, .fa-cog:before{ content:"\f013"; } .fa-trash-o:before{ content:"\f014"; } .fa-home:before{ content:"\f015"; } .fa-file-o:before{ content:"\f016"; } .fa-clock-o:before{ content:"\f017"; } .fa-road:before{ content:"\f018"; } .fa-download:before{ content:"\f019"; } .fa-arrow-circle-o-down:before{ content:"\f01a"; } .fa-arrow-circle-o-up:before{ content:"\f01b"; } .fa-inbox:before{ content:"\f01c"; } .fa-play-circle-o:before{ content:"\f01d"; } .fa-rotate-right:before, .fa-repeat:before{ content:"\f01e"; } .fa-refresh:before{ content:"\f021"; } .fa-list-alt:before{ content:"\f022"; } .fa-lock:before{ content:"\f023"; } .fa-flag:before{ content:"\f024"; } .fa-headphones:before{ content:"\f025"; } .fa-volume-off:before{ content:"\f026"; } .fa-volume-down:before{ content:"\f027"; } .fa-volume-up:before{ content:"\f028"; } .fa-qrcode:before{ content:"\f029"; } .fa-barcode:before{ content:"\f02a"; } .fa-tag:before{ content:"\f02b"; } .fa-tags:before{ content:"\f02c"; } .fa-book:before{ content:"\f02d"; } .fa-bookmark:before{ content:"\f02e"; } .fa-print:before{ content:"\f02f"; } .fa-camera:before{ content:"\f030"; } .fa-font:before{ content:"\f031"; } .fa-bold:before{ content:"\f032"; } .fa-italic:before{ content:"\f033"; } .fa-text-height:before{ content:"\f034"; } .fa-text-width:before{ content:"\f035"; } .fa-align-left:before{ content:"\f036"; } .fa-align-center:before{ content:"\f037"; } .fa-align-right:before{ content:"\f038"; } .fa-align-justify:before{ content:"\f039"; } .fa-list:before{ content:"\f03a"; } .fa-dedent:before, .fa-outdent:before{ content:"\f03b"; } .fa-indent:before{ content:"\f03c"; } .fa-video-camera:before{ content:"\f03d"; } .fa-photo:before, .fa-image:before, .fa-picture-o:before{ content:"\f03e"; } .fa-pencil:before{ content:"\f040"; } .fa-map-marker:before{ content:"\f041"; } .fa-adjust:before{ content:"\f042"; } .fa-tint:before{ content:"\f043"; } .fa-edit:before, .fa-pencil-square-o:before{ content:"\f044"; } .fa-share-square-o:before{ content:"\f045"; } .fa-check-square-o:before{ content:"\f046"; } .fa-arrows:before{ content:"\f047"; } .fa-step-backward:before{ content:"\f048"; } .fa-fast-backward:before{ content:"\f049"; } .fa-backward:before{ content:"\f04a"; } .fa-play:before{ content:"\f04b"; } .fa-pause:before{ content:"\f04c"; } .fa-stop:before{ content:"\f04d"; } .fa-forward:before{ content:"\f04e"; } .fa-fast-forward:before{ content:"\f050"; } .fa-step-forward:before{ content:"\f051"; } .fa-eject:before{ content:"\f052"; } .fa-chevron-left:before{ content:"\f053"; } .fa-chevron-right:before{ content:"\f054"; } .fa-plus-circle:before{ content:"\f055"; } .fa-minus-circle:before{ content:"\f056"; } .fa-times-circle:before{ content:"\f057"; } .fa-check-circle:before{ content:"\f058"; } .fa-question-circle:before{ content:"\f059"; } .fa-info-circle:before{ content:"\f05a"; } .fa-crosshairs:before{ content:"\f05b"; } .fa-times-circle-o:before{ content:"\f05c"; } .fa-check-circle-o:before{ content:"\f05d"; } .fa-ban:before{ content:"\f05e"; } .fa-arrow-left:before{ content:"\f060"; } .fa-arrow-right:before{ content:"\f061"; } .fa-arrow-up:before{ content:"\f062"; } .fa-arrow-down:before{ content:"\f063"; } .fa-mail-forward:before, .fa-share:before{ content:"\f064"; } .fa-expand:before{ content:"\f065"; } .fa-compress:before{ content:"\f066"; } .fa-plus:before{ content:"\f067"; } .fa-minus:before{ content:"\f068"; } .fa-asterisk:before{ content:"\f069"; } .fa-exclamation-circle:before{ content:"\f06a"; } .fa-gift:before{ content:"\f06b"; } .fa-leaf:before{ content:"\f06c"; } .fa-fire:before{ content:"\f06d"; } .fa-eye:before{ content:"\f06e"; } .fa-eye-slash:before{ content:"\f070"; } .fa-warning:before, .fa-exclamation-triangle:before{ content:"\f071"; } .fa-plane:before{ content:"\f072"; } .fa-calendar:before{ content:"\f073"; } .fa-random:before{ content:"\f074"; } .fa-comment:before{ content:"\f075"; } .fa-magnet:before{ content:"\f076"; } .fa-chevron-up:before{ content:"\f077"; } .fa-chevron-down:before{ content:"\f078"; } .fa-retweet:before{ content:"\f079"; } .fa-shopping-cart:before{ content:"\f07a"; } .fa-folder:before{ content:"\f07b"; } .fa-folder-open:before{ content:"\f07c"; } .fa-arrows-v:before{ content:"\f07d"; } .fa-arrows-h:before{ content:"\f07e"; } .fa-bar-chart-o:before{ content:"\f080"; } .fa-twitter-square:before{ content:"\f081"; } .fa-facebook-square:before{ content:"\f082"; } .fa-camera-retro:before{ content:"\f083"; } .fa-key:before{ content:"\f084"; } .fa-gears:before, .fa-cogs:before{ content:"\f085"; } .fa-comments:before{ content:"\f086"; } .fa-thumbs-o-up:before{ content:"\f087"; } .fa-thumbs-o-down:before{ content:"\f088"; } .fa-star-half:before{ content:"\f089"; } .fa-heart-o:before{ content:"\f08a"; } .fa-sign-out:before{ content:"\f08b"; } .fa-linkedin-square:before{ content:"\f08c"; } .fa-thumb-tack:before{ content:"\f08d"; } .fa-external-link:before{ content:"\f08e"; } .fa-sign-in:before{ content:"\f090"; } .fa-trophy:before{ content:"\f091"; } .fa-github-square:before{ content:"\f092"; } .fa-upload:before{ content:"\f093"; } .fa-lemon-o:before{ content:"\f094"; } .fa-phone:before{ content:"\f095"; } .fa-square-o:before{ content:"\f096"; } .fa-bookmark-o:before{ content:"\f097"; } .fa-phone-square:before{ content:"\f098"; } .fa-twitter:before{ content:"\f099"; } .fa-facebook:before{ content:"\f09a"; } .fa-github:before{ content:"\f09b"; } .fa-unlock:before{ content:"\f09c"; } .fa-credit-card:before{ content:"\f09d"; } .fa-rss:before{ content:"\f09e"; } .fa-hdd-o:before{ content:"\f0a0"; } .fa-bullhorn:before{ content:"\f0a1"; } .fa-bell:before{ content:"\f0f3"; } .fa-certificate:before{ content:"\f0a3"; } .fa-hand-o-right:before{ content:"\f0a4"; } .fa-hand-o-left:before{ content:"\f0a5"; } .fa-hand-o-up:before{ content:"\f0a6"; } .fa-hand-o-down:before{ content:"\f0a7"; } .fa-arrow-circle-left:before{ content:"\f0a8"; } .fa-arrow-circle-right:before{ content:"\f0a9"; } .fa-arrow-circle-up:before{ content:"\f0aa"; } .fa-arrow-circle-down:before{ content:"\f0ab"; } .fa-globe:before{ content:"\f0ac"; } .fa-wrench:before{ content:"\f0ad"; } .fa-tasks:before{ content:"\f0ae"; } .fa-filter:before{ content:"\f0b0"; } .fa-briefcase:before{ content:"\f0b1"; } .fa-arrows-alt:before{ content:"\f0b2"; } .fa-group:before, .fa-users:before{ content:"\f0c0"; } .fa-chain:before, .fa-link:before{ content:"\f0c1"; } .fa-cloud:before{ content:"\f0c2"; } .fa-flask:before{ content:"\f0c3"; } .fa-cut:before, .fa-scissors:before{ content:"\f0c4"; } .fa-copy:before, .fa-files-o:before{ content:"\f0c5"; } .fa-paperclip:before{ content:"\f0c6"; } .fa-save:before, .fa-floppy-o:before{ content:"\f0c7"; } .fa-square:before{ content:"\f0c8"; } .fa-navicon:before, .fa-reorder:before, .fa-bars:before{ content:"\f0c9"; } .fa-list-ul:before{ content:"\f0ca"; } .fa-list-ol:before{ content:"\f0cb"; } .fa-strikethrough:before{ content:"\f0cc"; } .fa-underline:before{ content:"\f0cd"; } .fa-table:before{ content:"\f0ce"; } .fa-magic:before{ content:"\f0d0"; } .fa-truck:before{ content:"\f0d1"; } .fa-pinterest:before{ content:"\f0d2"; } .fa-pinterest-square:before{ content:"\f0d3"; } .fa-google-plus-square:before{ content:"\f0d4"; } .fa-google-plus:before{ content:"\f0d5"; } .fa-money:before{ content:"\f0d6"; } .fa-caret-down:before{ content:"\f0d7"; } .fa-caret-up:before{ content:"\f0d8"; } .fa-caret-left:before{ content:"\f0d9"; } .fa-caret-right:before{ content:"\f0da"; } .fa-columns:before{ content:"\f0db"; } .fa-unsorted:before, .fa-sort:before{ content:"\f0dc"; } .fa-sort-down:before, .fa-sort-desc:before{ content:"\f0dd"; } .fa-sort-up:before, .fa-sort-asc:before{ content:"\f0de"; } .fa-envelope:before{ content:"\f0e0"; } .fa-linkedin:before{ content:"\f0e1"; } .fa-rotate-left:before, .fa-undo:before{ content:"\f0e2"; } .fa-legal:before, .fa-gavel:before{ content:"\f0e3"; } .fa-dashboard:before, .fa-tachometer:before{ content:"\f0e4"; } .fa-comment-o:before{ content:"\f0e5"; } .fa-comments-o:before{ content:"\f0e6"; } .fa-flash:before, .fa-bolt:before{ content:"\f0e7"; } .fa-sitemap:before{ content:"\f0e8"; } .fa-umbrella:before{ content:"\f0e9"; } .fa-paste:before, .fa-clipboard:before{ content:"\f0ea"; } .fa-lightbulb-o:before{ content:"\f0eb"; } .fa-exchange:before{ content:"\f0ec"; } .fa-cloud-download:before{ content:"\f0ed"; } .fa-cloud-upload:before{ content:"\f0ee"; } .fa-user-md:before{ content:"\f0f0"; } .fa-stethoscope:before{ content:"\f0f1"; } .fa-suitcase:before{ content:"\f0f2"; } .fa-bell-o:before{ content:"\f0a2"; } .fa-coffee:before{ content:"\f0f4"; } .fa-cutlery:before{ content:"\f0f5"; } .fa-file-text-o:before{ content:"\f0f6"; } .fa-building-o:before{ content:"\f0f7"; } .fa-hospital-o:before{ content:"\f0f8"; } .fa-ambulance:before{ content:"\f0f9"; } .fa-medkit:before{ content:"\f0fa"; } .fa-fighter-jet:before{ content:"\f0fb"; } .fa-beer:before{ content:"\f0fc"; } .fa-h-square:before{ content:"\f0fd"; } .fa-plus-square:before{ content:"\f0fe"; } .fa-angle-double-left:before{ content:"\f100"; } .fa-angle-double-right:before{ content:"\f101"; } .fa-angle-double-up:before{ content:"\f102"; } .fa-angle-double-down:before{ content:"\f103"; } .fa-angle-left:before{ content:"\f104"; } .fa-angle-right:before{ content:"\f105"; } .fa-angle-up:before{ content:"\f106"; } .fa-angle-down:before{ content:"\f107"; } .fa-desktop:before{ content:"\f108"; } .fa-laptop:before{ content:"\f109"; } .fa-tablet:before{ content:"\f10a"; } .fa-mobile-phone:before, .fa-mobile:before{ content:"\f10b"; } .fa-circle-o:before{ content:"\f10c"; } .fa-quote-left:before{ content:"\f10d"; } .fa-quote-right:before{ content:"\f10e"; } .fa-spinner:before{ content:"\f110"; } .fa-circle:before{ content:"\f111"; } .fa-mail-reply:before, .fa-reply:before{ content:"\f112"; } .fa-github-alt:before{ content:"\f113"; } .fa-folder-o:before{ content:"\f114"; } .fa-folder-open-o:before{ content:"\f115"; } .fa-smile-o:before{ content:"\f118"; } .fa-frown-o:before{ content:"\f119"; } .fa-meh-o:before{ content:"\f11a"; } .fa-gamepad:before{ content:"\f11b"; } .fa-keyboard-o:before{ content:"\f11c"; } .fa-flag-o:before{ content:"\f11d"; } .fa-flag-checkered:before{ content:"\f11e"; } .fa-terminal:before{ content:"\f120"; } .fa-code:before{ content:"\f121"; } .fa-mail-reply-all:before, .fa-reply-all:before{ content:"\f122"; } .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before{ content:"\f123"; } .fa-location-arrow:before{ content:"\f124"; } .fa-crop:before{ content:"\f125"; } .fa-code-fork:before{ content:"\f126"; } .fa-unlink:before, .fa-chain-broken:before{ content:"\f127"; } .fa-question:before{ content:"\f128"; } .fa-info:before{ content:"\f129"; } .fa-exclamation:before{ content:"\f12a"; } .fa-superscript:before{ content:"\f12b"; } .fa-subscript:before{ content:"\f12c"; } .fa-eraser:before{ content:"\f12d"; } .fa-puzzle-piece:before{ content:"\f12e"; } .fa-microphone:before{ content:"\f130"; } .fa-microphone-slash:before{ content:"\f131"; } .fa-shield:before{ content:"\f132"; } .fa-calendar-o:before{ content:"\f133"; } .fa-fire-extinguisher:before{ content:"\f134"; } .fa-rocket:before{ content:"\f135"; } .fa-maxcdn:before{ content:"\f136"; } .fa-chevron-circle-left:before{ content:"\f137"; } .fa-chevron-circle-right:before{ content:"\f138"; } .fa-chevron-circle-up:before{ content:"\f139"; } .fa-chevron-circle-down:before{ content:"\f13a"; } .fa-html5:before{ content:"\f13b"; } .fa-css3:before{ content:"\f13c"; } .fa-anchor:before{ content:"\f13d"; } .fa-unlock-alt:before{ content:"\f13e"; } .fa-bullseye:before{ content:"\f140"; } .fa-ellipsis-h:before{ content:"\f141"; } .fa-ellipsis-v:before{ content:"\f142"; } .fa-rss-square:before{ content:"\f143"; } .fa-play-circle:before{ content:"\f144"; } .fa-ticket:before{ content:"\f145"; } .fa-minus-square:before{ content:"\f146"; } .fa-minus-square-o:before{ content:"\f147"; } .fa-level-up:before{ content:"\f148"; } .fa-level-down:before{ content:"\f149"; } .fa-check-square:before{ content:"\f14a"; } .fa-pencil-square:before{ content:"\f14b"; } .fa-external-link-square:before{ content:"\f14c"; } .fa-share-square:before{ content:"\f14d"; } .fa-compass:before{ content:"\f14e"; } .fa-toggle-down:before, .fa-caret-square-o-down:before{ content:"\f150"; } .fa-toggle-up:before, .fa-caret-square-o-up:before{ content:"\f151"; } .fa-toggle-right:before, .fa-caret-square-o-right:before{ content:"\f152"; } .fa-euro:before, .fa-eur:before{ content:"\f153"; } .fa-gbp:before{ content:"\f154"; } .fa-dollar:before, .fa-usd:before{ content:"\f155"; } .fa-rupee:before, .fa-inr:before{ content:"\f156"; } .fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before{ content:"\f157"; } .fa-ruble:before, .fa-rouble:before, .fa-rub:before{ content:"\f158"; } .fa-won:before, .fa-krw:before{ content:"\f159"; } .fa-bitcoin:before, .fa-btc:before{ content:"\f15a"; } .fa-file:before{ content:"\f15b"; } .fa-file-text:before{ content:"\f15c"; } .fa-sort-alpha-asc:before{ content:"\f15d"; } .fa-sort-alpha-desc:before{ content:"\f15e"; } .fa-sort-amount-asc:before{ content:"\f160"; } .fa-sort-amount-desc:before{ content:"\f161"; } .fa-sort-numeric-asc:before{ content:"\f162"; } .fa-sort-numeric-desc:before{ content:"\f163"; } .fa-thumbs-up:before{ content:"\f164"; } .fa-thumbs-down:before{ content:"\f165"; } .fa-youtube-square:before{ content:"\f166"; } .fa-youtube:before{ content:"\f167"; } .fa-xing:before{ content:"\f168"; } .fa-xing-square:before{ content:"\f169"; } .fa-youtube-play:before{ content:"\f16a"; } .fa-dropbox:before{ content:"\f16b"; } .fa-stack-overflow:before{ content:"\f16c"; } .fa-instagram:before{ content:"\f16d"; } .fa-flickr:before{ content:"\f16e"; } .fa-adn:before{ content:"\f170"; } .fa-bitbucket:before{ content:"\f171"; } .fa-bitbucket-square:before{ content:"\f172"; } .fa-tumblr:before{ content:"\f173"; } .fa-tumblr-square:before{ content:"\f174"; } .fa-long-arrow-down:before{ content:"\f175"; } .fa-long-arrow-up:before{ content:"\f176"; } .fa-long-arrow-left:before{ content:"\f177"; } .fa-long-arrow-right:before{ content:"\f178"; } .fa-apple:before{ content:"\f179"; } .fa-windows:before{ content:"\f17a"; } .fa-android:before{ content:"\f17b"; } .fa-linux:before{ content:"\f17c"; } .fa-dribbble:before{ content:"\f17d"; } .fa-skype:before{ content:"\f17e"; } .fa-foursquare:before{ content:"\f180"; } .fa-trello:before{ content:"\f181"; } .fa-female:before{ content:"\f182"; } .fa-male:before{ content:"\f183"; } .fa-gittip:before{ content:"\f184"; } .fa-sun-o:before{ content:"\f185"; } .fa-moon-o:before{ content:"\f186"; } .fa-archive:before{ content:"\f187"; } .fa-bug:before{ content:"\f188"; } .fa-vk:before{ content:"\f189"; } .fa-weibo:before{ content:"\f18a"; } .fa-renren:before{ content:"\f18b"; } .fa-pagelines:before{ content:"\f18c"; } .fa-stack-exchange:before{ content:"\f18d"; } .fa-arrow-circle-o-right:before{ content:"\f18e"; } .fa-arrow-circle-o-left:before{ content:"\f190"; } .fa-toggle-left:before, .fa-caret-square-o-left:before{ content:"\f191"; } .fa-dot-circle-o:before{ content:"\f192"; } .fa-wheelchair:before{ content:"\f193"; } .fa-vimeo-square:before{ content:"\f194"; } .fa-turkish-lira:before, .fa-try:before{ content:"\f195"; } .fa-plus-square-o:before{ content:"\f196"; } .fa-space-shuttle:before{ content:"\f197"; } .fa-slack:before{ content:"\f198"; } .fa-envelope-square:before{ content:"\f199"; } .fa-wordpress:before{ content:"\f19a"; } .fa-openid:before{ content:"\f19b"; } .fa-institution:before, .fa-bank:before, .fa-university:before{ content:"\f19c"; } .fa-mortar-board:before, .fa-graduation-cap:before{ content:"\f19d"; } .fa-yahoo:before{ content:"\f19e"; } .fa-google:before{ content:"\f1a0"; } .fa-reddit:before{ content:"\f1a1"; } .fa-reddit-square:before{ content:"\f1a2"; } .fa-stumbleupon-circle:before{ content:"\f1a3"; } .fa-stumbleupon:before{ content:"\f1a4"; } .fa-delicious:before{ content:"\f1a5"; } .fa-digg:before{ content:"\f1a6"; } .fa-pied-piper-square:before, .fa-pied-piper:before{ content:"\f1a7"; } .fa-pied-piper-alt:before{ content:"\f1a8"; } .fa-drupal:before{ content:"\f1a9"; } .fa-joomla:before{ content:"\f1aa"; } .fa-language:before{ content:"\f1ab"; } .fa-fax:before{ content:"\f1ac"; } .fa-building:before{ content:"\f1ad"; } .fa-child:before{ content:"\f1ae"; } .fa-paw:before{ content:"\f1b0"; } .fa-spoon:before{ content:"\f1b1"; } .fa-cube:before{ content:"\f1b2"; } .fa-cubes:before{ content:"\f1b3"; } .fa-behance:before{ content:"\f1b4"; } .fa-behance-square:before{ content:"\f1b5"; } .fa-steam:before{ content:"\f1b6"; } .fa-steam-square:before{ content:"\f1b7"; } .fa-recycle:before{ content:"\f1b8"; } .fa-automobile:before, .fa-car:before{ content:"\f1b9"; } .fa-cab:before, .fa-taxi:before{ content:"\f1ba"; } .fa-tree:before{ content:"\f1bb"; } .fa-spotify:before{ content:"\f1bc"; } .fa-deviantart:before{ content:"\f1bd"; } .fa-soundcloud:before{ content:"\f1be"; } .fa-database:before{ content:"\f1c0"; } .fa-file-pdf-o:before{ content:"\f1c1"; } .fa-file-word-o:before{ content:"\f1c2"; } .fa-file-excel-o:before{ content:"\f1c3"; } .fa-file-powerpoint-o:before{ content:"\f1c4"; } .fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before{ content:"\f1c5"; } .fa-file-zip-o:before, .fa-file-archive-o:before{ content:"\f1c6"; } .fa-file-sound-o:before, .fa-file-audio-o:before{ content:"\f1c7"; } .fa-file-movie-o:before, .fa-file-video-o:before{ content:"\f1c8"; } .fa-file-code-o:before{ content:"\f1c9"; } .fa-vine:before{ content:"\f1ca"; } .fa-codepen:before{ content:"\f1cb"; } .fa-jsfiddle:before{ content:"\f1cc"; } .fa-life-bouy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before{ content:"\f1cd"; } .fa-circle-o-notch:before{ content:"\f1ce"; } .fa-ra:before, .fa-rebel:before{ content:"\f1d0"; } .fa-ge:before, .fa-empire:before{ content:"\f1d1"; } .fa-git-square:before{ content:"\f1d2"; } .fa-git:before{ content:"\f1d3"; } .fa-hacker-news:before{ content:"\f1d4"; } .fa-tencent-weibo:before{ content:"\f1d5"; } .fa-qq:before{ content:"\f1d6"; } .fa-wechat:before, .fa-weixin:before{ content:"\f1d7"; } .fa-send:before, .fa-paper-plane:before{ content:"\f1d8"; } .fa-send-o:before, .fa-paper-plane-o:before{ content:"\f1d9"; } .fa-history:before{ content:"\f1da"; } .fa-circle-thin:before{ content:"\f1db"; } .fa-header:before{ content:"\f1dc"; } .fa-paragraph:before{ content:"\f1dd"; } .fa-sliders:before{ content:"\f1de"; } .fa-share-alt:before{ content:"\f1e0"; } .fa-share-alt-square:before{ content:"\f1e1"; } .fa-bomb:before{ content:"\f1e2"; } /** * dashicons * ========= * Dashicons icon font for MP6,currently in development. You can check out MP6 at http://wordpress.org/extend/plugins/mp6/. * Dashicons is licensed under GPLv2,or any later version with font exception (http://www.gnu.org/licenses/gpl-faq.html#FontException) */ @font-face{ font-family:"dashicons"; src:url("fonts/dashicons.eot"); } @font-face{ font-family:"dashicons"; src:url(data:application/x-font-woff;charset=utf-8;base64,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) format('woff'), url("fonts/dashicons.ttf") format("truetype"), url("fonts/dashicons.svg#dashicons") format("svg"); font-weight:normal; font-style:normal; } .dashicons{ display:inline-block; width:20px; height:20px; -webkit-font-smoothing:antialiased; font-size:20px; line-height:1; font-family:"dashicons"; text-decoration:inherit; font-weight:normal; font-style:normal; vertical-align:top; -moz-transition:color .1s ease-in 0; -webkit-transition:color .1s ease-in 0; text-align:center; } .dashicons-menu:before{ content:"\f333"; } .dashicons-admin-site:before{ content:"\f319"; } .dashicons-dashboard:before{ content:"\f226"; } .dashicons-admin-media:before{ content:"\f104"; } .dashicons-admin-page:before{ content:"\f105"; } .dashicons-admin-comments:before{ content:"\f101"; } .dashicons-admin-appearance:before{ content:"\f100"; } .dashicons-admin-plugins:before{ content:"\f106"; } .dashicons-admin-users:before{ content:"\f110"; } .dashicons-admin-tools:before{ content:"\f107"; } .dashicons-admin-settings:before{ content:"\f108"; } .dashicons-admin-network:before{ content:"\f112"; } .dashicons-admin-generic:before{ content:"\f111"; } .dashicons-admin-home:before{ content:"\f102"; } .dashicons-admin-collapse:before{ content:"\f148"; } .dashicons-admin-links:before, .dashicons-format-links:before{ content:"\f103"; } .dashicons-admin-post:before, .dashicons-format-standard:before{ content:"\f109"; } .dashicons-format-image:before{ content:"\f128"; } .dashicons-format-gallery:before{ content:"\f161"; } .dashicons-format-audio:before{ content:"\f127"; } .dashicons-format-video:before{ content:"\f126"; } .dashicons-format-chat:before{ content:"\f125"; } .dashicons-format-status:before{ content:"\f130"; } .dashicons-format-aside:before{ content:"\f123"; } .dashicons-format-quote:before{ content:"\f122"; } .dashicons-welcome-write-blog:before, .dashicons-welcome-edit-page:before{ content:"\f119"; } .dashicons-welcome-add-page:before{ content:"\f133"; } .dashicons-welcome-view-site:before{ content:"\f115"; } .dashicons-welcome-widgets-menus:before{ content:"\f116"; } .dashicons-welcome-comments:before{ content:"\f117"; } .dashicons-welcome-learn-more:before{ content:"\f118"; } .dashicons-image-crop:before{ content:"\f165"; } .dashicons-image-rotate-left:before{ content:"\f166"; } .dashicons-image-rotate-right:before{ content:"\f167"; } .dashicons-image-flip-vertical:before{ content:"\f168"; } .dashicons-image-flip-horizontal:before{ content:"\f169"; } .dashicons-undo:before{ content:"\f171"; } .dashicons-redo:before{ content:"\f172"; } .dashicons-editor-bold:before{ content:"\f200"; } .dashicons-editor-italic:before{ content:"\f201"; } .dashicons-editor-ul:before{ content:"\f203"; } .dashicons-editor-ol:before{ content:"\f204"; } .dashicons-editor-quote:before{ content:"\f205"; } .dashicons-editor-alignleft:before{ content:"\f206"; } .dashicons-editor-aligncenter:before{ content:"\f207"; } .dashicons-editor-alignright:before{ content:"\f208"; } .dashicons-editor-insertmore:before{ content:"\f209"; } .dashicons-editor-spellcheck:before{ content:"\f210"; } .dashicons-editor-distractionfree:before{ content:"\f211"; } .dashicons-editor-kitchensink:before{ content:"\f212"; } .dashicons-editor-underline:before{ content:"\f213"; } .dashicons-editor-justify:before{ content:"\f214"; } .dashicons-editor-textcolor:before{ content:"\f215"; } .dashicons-editor-paste-word:before{ content:"\f216"; } .dashicons-editor-paste-text:before{ content:"\f217"; } .dashicons-editor-removeformatting:before{ content:"\f218"; } .dashicons-editor-video:before{ content:"\f219"; } .dashicons-editor-customchar:before{ content:"\f220"; } .dashicons-editor-outdent:before{ content:"\f221"; } .dashicons-editor-indent:before{ content:"\f222"; } .dashicons-editor-help:before{ content:"\f223"; } .dashicons-editor-strikethrough:before{ content:"\f224"; } .dashicons-editor-unlink:before{ content:"\f225"; } .dashicons-editor-rtl:before{ content:"\f320"; } .dashicons-align-left:before{ content:"\f135"; } .dashicons-align-right:before{ content:"\f136"; } .dashicons-align-center:before{ content:"\f134"; } .dashicons-align-none:before{ content:"\f138"; } .dashicons-lock:before{ content:"\f160"; } .dashicons-calendar:before{ content:"\f145"; } .dashicons-visibility:before{ content:"\f177"; } .dashicons-post-status:before{ content:"\f173"; } .dashicons-edit:before{ content:"\f464"; } .dashicons-trash:before{ content:"\f182"; } .dashicons-arrow-up:before{ content:"\f142"; } .dashicons-arrow-down:before{ content:"\f140"; } .dashicons-arrow-left:before{ content:"\f141"; } .dashicons-arrow-right:before{ content:"\f139"; } .dashicons-arrow-up-alt:before{ content:"\f342"; } .dashicons-arrow-down-alt:before{ content:"\f346"; } .dashicons-arrow-left-alt:before{ content:"\f340"; } .dashicons-arrow-right-alt:before{ content:"\f344"; } .dashicons-arrow-up-alt2:before{ content:"\f343"; } .dashicons-arrow-down-alt2:before{ content:"\f347"; } .dashicons-arrow-left-alt2:before{ content:"\f341"; } .dashicons-arrow-right-alt2:before{ content:"\f345"; } .dashicons-leftright:before{ content:"\f229"; } .dashicons-sort:before{ content:"\f156"; } .dashicons-list-view:before{ content:"\f163"; } .dashicons-exerpt-view:before{ content:"\f164"; } .dashicons-share:before{ content:"\f237"; } .dashicons-share1:before{ content:"\f237"; } .dashicons-share-alt:before{ content:"\f240"; } .dashicons-share-alt2:before{ content:"\f242"; } .dashicons-twitter:before{ content:"\f301"; } .dashicons-rss:before{ content:"\f303"; } .dashicons-email:before{ content:"\f465"; } .dashicons-email-alt:before{ content:"\f466"; } .dashicons-facebook:before{ content:"\f304"; } .dashicons-facebook-alt:before{ content:"\f305"; } .dashicons-networking:before{ content:"\f325"; } .dashicons-googleplus:before{ content:"\f462"; } .dashicons-hammer:before{ content:"\f308"; } .dashicons-art:before{ content:"\f309"; } .dashicons-migrate:before{ content:"\f310"; } .dashicons-performance:before{ content:"\f311"; } .dashicons-wordpress:before{ content:"\f120"; } .dashicons-wordpress-alt:before{ content:"\f324"; } .dashicons-pressthis:before{ content:"\f157"; } .dashicons-update:before{ content:"\f463"; } .dashicons-screenoptions:before{ content:"\f180"; } .dashicons-info:before{ content:"\f348"; } .dashicons-cart:before{ content:"\f174"; } .dashicons-feedback:before{ content:"\f175"; } .dashicons-cloud:before{ content:"\f176"; } .dashicons-translation:before{ content:"\f326"; } .dashicons-tag:before{ content:"\f323"; } .dashicons-category:before{ content:"\f318"; } .dashicons-yes:before{ content:"\f147"; } .dashicons-no:before{ content:"\f158"; } .dashicons-no-alt:before{ content:"\f335"; } .dashicons-plus:before{ content:"\f132"; } .dashicons-minus:before{ content:"\f460"; } .dashicons-dismiss:before{ content:"\f153"; } .dashicons-marker:before{ content:"\f159"; } .dashicons-star-filled:before{ content:"\f155"; } .dashicons-star-half:before{ content:"\f459"; } .dashicons-star-empty:before{ content:"\f154"; } .dashicons-flag:before{ content:"\f227"; } .dashicons-location:before{ content:"\f230"; } .dashicons-location-alt:before{ content:"\f231"; } .dashicons-camera:before{ content:"\f306"; } .dashicons-images-alt:before{ content:"\f232"; } .dashicons-images-alt2:before{ content:"\f233"; } .dashicons-video-alt:before{ content:"\f234"; } .dashicons-video-alt2:before{ content:"\f235"; } .dashicons-video-alt3:before{ content:"\f236"; } .dashicons-vault:before{ content:"\f178"; } .dashicons-shield:before{ content:"\f332"; } .dashicons-shield-alt:before{ content:"\f334"; } .dashicons-search:before{ content:"\f179"; } .dashicons-slides:before{ content:"\f181"; } .dashicons-analytics:before{ content:"\f183"; } .dashicons-chart-pie:before{ content:"\f184"; } .dashicons-chart-bar:before{ content:"\f185"; } .dashicons-chart-line:before{ content:"\f238"; } .dashicons-chart-area:before{ content:"\f239"; } .dashicons-groups:before{ content:"\f307"; } .dashicons-businessman:before{ content:"\f338"; } .dashicons-id:before{ content:"\f336"; } .dashicons-id-alt:before{ content:"\f337"; } .dashicons-products:before{ content:"\f312"; } .dashicons-awards:before{ content:"\f313"; } .dashicons-forms:before{ content:"\f314"; } .dashicons-portfolio:before{ content:"\f322"; } .dashicons-book:before{ content:"\f330"; } .dashicons-book-alt:before{ content:"\f331"; } .dashicons-download:before{ content:"\f316"; } .dashicons-upload:before{ content:"\f317"; } .dashicons-backup:before{ content:"\f321"; } .dashicons-lightbulb:before{ content:"\f339"; } .dashicons-smiley:before{ content:"\f328"; } .da-thumbs{ &,a{display:block} .image-caption{ position:absolute; background:@primary; background:fade(@primary,80%); width:100%; height:100%; h5, span, small{ color:@light-text; display:block; font-weight:normal; padding:5px 0; margin:25px 15px 0; text-align:center; -webkit-box-shadow:0 1px 0 rgba(255,255,255,0.4),0 -10px 0 rgba(255,255,255,0.4); -moz-box-shadow:0 1px 0 rgba(255,255,255,0.4),0 -10px 0 rgba(255,255,255,0.4); box-shadow:0 1px 0 rgba(255,255,255,0.4),0 -10px 0 rgba(255,255,255,0.4); .text-shadow(); } small{margin:15px 5px 0} } } .nivo-lightbox-overlay{ position:fixed; top:0; left:0; z-index:99998; width:100%; height:100%; overflow:hidden; visibility:hidden; opacity:0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; } .nivo-lightbox-overlay.nivo-lightbox-open{ visibility:visible; opacity:1; } .nivo-lightbox-wrap{ position:absolute; top:10%; bottom:10%; left:10%; right:10%; } .nivo-lightbox-content{ width:100%; height:100%; } .nivo-lightbox-title-wrap{ position:absolute; bottom:0; left:0; width:100%; z-index:99999; text-align:center; } .nivo-lightbox-nav{display:none} .nivo-lightbox-prev{ position:absolute; top:50%; left:0; } .nivo-lightbox-next{ position:absolute; top:50%; right:0; } .nivo-lightbox-close{ position:absolute; top:2%; right:2%; } .nivo-lightbox-image{text-align:center} .nivo-lightbox-image img{ max-width:100%; max-height:100%; width:auto; height:auto; vertical-align:middle; } .nivo-lightbox-content iframe{ width:100%; height:100%; } .nivo-lightbox-inline, .nivo-lightbox-ajax{ max-height:100%; overflow:auto; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; } .nivo-lightbox-error{ display:table; text-align:center; width:100%; height:100%; color:#fff; text-shadow:0 1px 1px #000; } .nivo-lightbox-error p{ display:table-cell; vertical-align:middle; text-align:center!important; } .nivo-lightbox-notouch .nivo-lightbox-effect-fade, .nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale, .nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft, .nivo-lightbox-notouch .nivo-lightbox-effect-slideRight, .nivo-lightbox-notouch .nivo-lightbox-effect-slideUp, .nivo-lightbox-notouch .nivo-lightbox-effect-slideDown, .nivo-lightbox-notouch .nivo-lightbox-effect-fall{ -webkit-transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; -ms-transition:all 0.2s ease-in-out; -o-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out; } .nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap{ -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -ms-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s; -webkit-transform:scale(0.7); -moz-transform:scale(0.7); -ms-transform:scale(0.7); transform:scale(0.7); } .nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap{ -webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); transform:scale(1); } .nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap, .nivo-lightbox-effect-slideRight .nivo-lightbox-wrap, .nivo-lightbox-effect-slideUp .nivo-lightbox-wrap, .nivo-lightbox-effect-slideDown .nivo-lightbox-wrap{ -webkit-transition:all 0.3s cubic-bezier(0.25,0.5,0.5,0.9); -moz-transition:all 0.3s cubic-bezier(0.25,0.5,0.5,0.9); -ms-transition:all 0.3s cubic-bezier(0.25,0.5,0.5,0.9); -o-transition:all 0.3s cubic-bezier(0.25,0.5,0.5,0.9); transition:all 0.3s cubic-bezier(0.25,0.5,0.5,0.9); } .nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap{ -webkit-transform:translateX(-10%); -moz-transform:translateX(-10%); -ms-transform:translateX(-10%); transform:translateX(-10%); } .nivo-lightbox-effect-slideRight .nivo-lightbox-wrap{ -webkit-transform:translateX(10%); -moz-transform:translateX(10%); -ms-transform:translateX(10%); transform:translateX(10%); } .nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap, .nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap{ -webkit-transform:translateX(0); -moz-transform:translateX(0); -ms-transform:translateX(0); transform:translateX(0); } .nivo-lightbox-effect-slideDown .nivo-lightbox-wrap{ -webkit-transform:translateY(-10%); -moz-transform:translateY(-10%); -ms-transform:translateY(-10%); transform:translateY(-10%); } .nivo-lightbox-effect-slideUp .nivo-lightbox-wrap{ -webkit-transform:translateY(10%); -moz-transform:translateY(10%); -ms-transform:translateY(10%); transform:translateY(10%); } .nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap, .nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap{ -webkit-transform:translateY(0); -moz-transform:translateY(0); -ms-transform:translateY(0); transform:translateY(0); } .nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall{ -webkit-perspective:1000px; -moz-perspective:1000px; perspective:1000px; } .nivo-lightbox-effect-fall .nivo-lightbox-wrap{ -webkit-transition:all 0.3s ease-out; -moz-transition:all 0.3s ease-out; -ms-transition:all 0.3s ease-out; -o-transition:all 0.3s ease-out; transition:all 0.3s ease-out; -webkit-transform:translateZ(300px); -moz-transform:translateZ(300px); -ms-transform:translateZ(300px); transform:translateZ(300px); } .nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap{ -webkit-transform:translateZ(0); -moz-transform:translateZ(0); -ms-transform:translateZ(0); transform:translateZ(0); } .nivo-lightbox-theme-default.nivo-lightbox-overlay{ background:#666; background:rgba(0,0,0,0.8); } .nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading{background:url(../img/nivo-lightbox-default-theme/loading.gif) no-repeat 50% 50%} .nivo-lightbox-theme-default .nivo-lightbox-nav{ top:50%; width:52px; height:52px; margin-top:-26px; text-indent:-9999px; background-repeat:no-repeat; background-position:50% 50%; opacity:0.5; outline:none; } .nivo-lightbox-theme-default .nivo-lightbox-nav:hover{ opacity:1; background-color:rgba(0,0,0,0.5); } .nivo-lightbox-theme-default .nivo-lightbox-prev{ background-image:url(../img/nivo-lightbox-default-theme/prev.png); border-radius:0 3px 3px 0; } .nivo-lightbox-theme-default .nivo-lightbox-next{ background-image:url(../img/nivo-lightbox-default-theme/next.png); border-radius:3px 0 0 3px; } .nivo-lightbox-theme-default .nivo-lightbox-close{ display:block; background:url(../img/nivo-lightbox-default-theme/close.png) no-repeat 50% 50%; width:16px; height:16px; text-indent:-9999px; padding:5px; opacity:0.5; } .nivo-lightbox-theme-default .nivo-lightbox-close:hover{opacity:1} .nivo-lightbox-theme-default .nivo-lightbox-title-wrap{bottom:-8%} .nivo-lightbox-theme-default .nivo-lightbox-title{ font-style:normal; font-weight:normal; background:#000; background:rgba(0,0,0,.8); color:#fff; padding:7px 15px; border-radius:30px; display:inline-block; } .nivo-lightbox-theme-default .nivo-lightbox-image img{ background:#fff; -webkit-box-shadow:0px 1px 1px rgba(0,0,0,0.4); -moz-box-shadow:0px 1px 1px rgba(0,0,0,0.4); box-shadow:0px 1px 1px rgba(0,0,0,0.4); } .nivo-lightbox-theme-default .nivo-lightbox-ajax, .nivo-lightbox-theme-default .nivo-lightbox-inline{ background:#fff; padding:40px; -webkit-box-shadow:0px 1px 1px rgba(0,0,0,0.4); -moz-box-shadow:0px 1px 1px rgba(0,0,0,0.4); box-shadow:0px 1px 1px rgba(0,0,0,0.4); }.rateit{ display:-moz-inline-box; display:inline-block; position:relative; -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -o-user-select:none; -ms-user-select:none; user-select:none; -webkit-touch-callout:none; } .rateit .rateit-range { position:relative; display:-moz-inline-box; display:inline-block; background:url(../img/rateit/star.png); height:16px; outline:none; margin-bottom:-3px; } .rateit .rateit-range *{ display:block; } * html .rateit,* html .rateit .rateit-range { display:inline; } * + html .rateit,* + html .rateit .rateit-range { display:inline; } .rateit .rateit-hover,.rateit .rateit-selected { position:absolute; left:0px; } .rateit .rateit-hover-rtl,.rateit .rateit-selected-rtl { left:auto; right:0px; } .rateit .rateit-hover { background:url(../img/rateit/star.png) left -32px; } .rateit .rateit-hover-rtl { background-position:right -32px; } .rateit .rateit-selected { background:url(../img/rateit/star.png) left -16px; } .rateit .rateit-selected-rtl { background-position:right -16px; } .rateit .rateit-preset { background:url(../img/rateit/star.png) left -32px; } .rateit .rateit-preset-rtl { background:url(../img/rateit/star.png) left -32px; } .rateit button.rateit-reset { background:url(../img/rateit/delete.gif) 0 0; width:16px; height:16px; display:-moz-inline-box; display:inline-block; float:left; outline:none; border:none; padding:0; .box-shadow-none(); } .rateit button.rateit-reset:hover,.rateit button.rateit-reset:focus { background-position:0 -16px; }// VARIABLES @primary:#fd4a29; @secondary:#606068; @dark-bg:#404048; @dark-border:#505058; @dark-text:#b0b0b8; @darker-bg:#303038; @darker-border:#38383f; @darker-text:#606068; @light-border:#e4e4ec; @light-bg:#808088; @light-text:#f0f0f8; @lighter-bg:#f4f4fc; @lighter-border:#f4f4fc; @semi-dark-bg:#606068; @headings-link-color:#606068; @body-link-color:#428bca; @format-standard:#e54b4b; @format-status:#71a49b; @format-quote:#bf7b65; @format-gallery:#9664b5; @format-image:#39b77a; @format-video:#f46d4f; @format-audio:#4089d2; @format-link:#4782a6; @format-aside:#f3b92e; @format-chat:#0082c8; @headings-font:"Roboto Condensed","Arial Narrow",Arial,sans-serif; @body-font:"Helvetica Neue",Helvetica,Arial,sans-serif; @brand-primary:@primary; @text-color:@darker-text; @font-family-base:@body-font; @font-size-base:13px; @font-size-h5:ceil( ( @font-size-base * 1.1 ) ); @line-height-base:1.538461538461538; @border-radius-base:0; @border-radius-large:0; @border-radius-small:0; @btn-font-weight:bold; @btn-default-color:@darker-text; @btn-default-bg:@lighter-bg; @btn-default-border:darken( @lighter-bg,5% ); @input-bg:@lighter-bg; @input-border:@light-border; @dropdown-link-hover-bg:@primary; @dropdown-link-hover-color:@light-text; @screen-sm-min:600px; @grid-float-breakpoint:@screen-md-min; @navbar-height:60px; @navbar-margin-bottom:0; @navbar-padding-vertical:0; @navbar-padding-horizontal:0; @navbar-default-color:@dark-text; @navbar-default-bg:#fafafa; @navbar-default-link-active-color:@light-text; @navbar-default-link-active-bg:@primary; @navbar-default-link-hover-color:@light-text; @navbar-default-link-hover-bg:@primary; @navbar-inverse-color:@dark-text; @navbar-inverse-bg:@dark-bg; @navbar-inverse-border:@darker-bg; @navbar-inverse-link-color:@dark-text; @navbar-inverse-link-hover-color:@light-text; @navbar-inverse-link-hover-bg:@primary; @navbar-inverse-link-active-color:@light-text; @navbar-inverse-link-active-bg:@primary; @navbar-inverse-toggle-hover-bg:@primary; @navbar-inverse-toggle-icon-bar-bg:@light-text; @code-color:#333; @code-bg:#f5f5f5; body{ -ms-word-wrap:break-word; word-wrap:break-word; } a{ color:@body-link-color; -webkit-transition:color .2s,background .2s,border .2s; -moz-transition:color .2s,background .2s,border .2s; -o-transition:color .2s,background .2s,border .2s; transition:color .2s,background .2s,border .2s; &:hover{ color:@primary; text-decoration:none; } } h1,h2,h3,h4,h5,h6{ a{ color:@headings-link-color; &:hover{color:@primary} } } blockquote{ font-family:@headings-font; font-size:20px; padding:15px; &,p{line-height:1.4} footer{ margin-top:10px; } } h1,h2,h3,h4,h5,h6{ font-family:@headings-font; font-weight:bold; margin:0 0 @font-size-base; } hr{ clear:both; border-color:@light-border; margin:0 0 15px; } p{ margin:0 0 15px; } div.col-2, div.col-3, div.col-4{ -moz-column-gap:30px; -webkit-column-gap:30px; column-gap:30px; } div.col-2{.column-count(2)} div.col-3{.column-count(3)} div.col-4{.column-count(4)} @media(max-width:768px){ div.col-3, div.col-4{.column-count(2)} } @media(max-width:512px){ div.col-2, div.col-3, div.col-4{.column-count(1)} } span.dropcaps, p.dropcaps:first-letter{ float:left; font-size:45.5px; line-height:40px; margin-right:5px; } .post-meta, .comment-meta, .comment-container .reply{ a{ color:@dark-text; font-family:@headings-font; font-size:13px; line-height:1; display:inline-block; &:hover{color:@primary} } } .post-meta .dashicons{ font-size:13px; height:auto; width:auto; } .page-header{ margin:0 0 45px; } .box-shadow(@offset-x:0,@offset-y:1px,@blur-radius:1px,@spread-radius:0,@color:rgba(0,0,0,.12)){ -webkit-box-shadow:@arguments; -moz-box-shadow:@arguments; box-shadow:@arguments; } .box-shadow-inset(@offset-x:0,@offset-y:15px,@blur-radius:0,@spread-radius:0,@color:rgba(255,255,255,.12)){ -webkit-box-shadow:inset @arguments; -moz-box-shadow:inset @arguments; box-shadow:inset @arguments; } .box-shadow-none(){ -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; } .column-count(@column){ -moz-column-count:@column; -webkit-column-count:@column; column-count:@column; } .text-shadow(){ text-shadow:0 1px 1px rgba(0,0,0,.2); } .transition(@property:all,@duration:.4s,@easing:ease-out){ -webkit-transition:@property @duration @easing; -moz-transition:@property @duration @easing; -o-transition:@property @duration @easing; transition:@property @duration @easing; } .transition-none(){ -webkit-transition:none; -moz-transition:none; -o-transition:none; transition:none; } .transform(@args){ -webkit-transform:@args; -ms-transform:@args; transform:@args; } .ul-no-style(){ list-style:none; margin:0; padding:0; li{float:left} } .no-mobile{display:none} .btn{ font-family:@headings-font; } button, input[type="button"], input[type="reset"], input[type="submit"]{ &:extend( .btn all,.btn-primary all ); } .btn-dark{ border:0; background-color:@semi-dark-bg; color:@dark-text; &:hover{ background-color:@primary; color:@light-text; } } #footer-main{ button, input[type="button"], input[type="reset"], input[type="submit"], .btn{ .btn-dark(); } } .label{display:inline-block} select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"]{ &:extend( .form-control all ); margin-bottom:15px; } textarea{ height:auto; } .input-group{ display:table; width:100%; i{ background-color:@secondary; color:@light-text; font-size:14px; line-height:1; padding:8px 10px; text-align:center; vertical-align:middle; width:40px; .box-shadow-inset(); } i,input{display:table-cell} input{margin:0} } #footer-main .input-group i{ background-color:@semi-dark-bg; color:@dark-text; .box-shadow-none(); } .input-error{ background-color:#f2dede; color:#a94442; &::-webkit-input-placeholder{ color:#a94442; } &:-moz-placeholder{ color:#a94442; } &::-moz-placeholder{ color:#a94442; } &:-ms-input-placeholder{ color:#a94442; } } #footer-main{ select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"]{ border:0; background-color:@darker-bg; color:@dark-text; .box-shadow-inset(0,1px,4px,0,rgba(0,0,0,.1)); } } .image-light{ background:-webkit-gradient(linear,left top,left bottom,color-stop(rgba(255,255,255,.2),0),color-stop(rgba(0,0,0,0),0.6667)); background:-webkit-linear-gradient(rgba(255,255,255,.2) 0%,rgba(0,0,0,0) 80%); background:-moz-linear-gradient(rgba(255,255,255,.2) 0%,rgba(0,0,0,0) 80%); background:-o-linear-gradient(rgba(255,255,255,.2) 0%,rgba(0,0,0,0) 80%); background:linear-gradient(rgba(255,255,255,.2) 0%,rgba(0,0,0,0) 80%); display:block; height:100%; position:absolute; right:-70%; top:0; width:100%; -webkit-transform:skewX(24deg); -moz-transform:skewX(24deg); -ms-transform:skewX(24deg); -o-transform:skewX(24deg); transform:skewX(24deg); } .no-image-light .image-light{display:none} .article-small, .article-medium, .da-thumbs, .frame{ img{ width:100%; height:auto } } .entry-content, .comment-container .comment, .article-large, .featured-media{ > *{max-width:100%} img{ max-width:100%; height:auto; } } .layer{ height:100%; position:absolute; top:0; width:100%; .transition(opacity); } a.dark{ &:hover .layer{opacity:0} .layer{ background:rgba(0,0,0,.4); opacity:1; } } a.light{ &:hover .layer{opacity:1} .layer{ background:rgba(255,255,255,.2); opacity:0; } } a.dark, a.light{ display:block; position:relative; } .progress{ margin-bottom:15px; .progress-bar{background-color:@primary} } .featured-media{ margin-bottom:15px; > *{max-width:100%} } body, .container{ max-width:100% } *:focus{ outline:none; } .accordion{ .header{ background:@lighter-bg; border:1px solid @light-border; cursor:pointer; display:table; margin:0 0 1px 0; &.active i:before{content:'\f068'} h1,h2,h3,h4,h5,h6,i{ display:table-cell; vertical-align:middle} h1,h2,h3,h4,h5,h6{ color:@secondary; padding:10px; width:99%; } i{ border-left:1px solid @light-border; padding:0 10px; &:before{ background:@secondary; border-radius:12px; color:@light-text; display:block; font-size:11px; font-weight:normal; line-height:1; height:21px; margin:5px; padding:5px; text-align:center; width:21px; .text-shadow(); .box-shadow(0,0,0,5px,fade(@secondary,20%)); } } } .content{margin-top:15px} } .author.widget{ a.avatar{ display:block; margin:0 10px 10px 0; overflow:hidden; position:relative; width:75px; } a.avatar, .name{float:left} .name{ font-family:@headings-font; font-size:16px; font-weight:bold; line-height:1; } a.name, .name a{ color:@headings-link-color; &:hover{color:@primary} } .social{ clear:both; margin:0; li{margin:0 5px 5px 0} } p{ margin:3px 0 10px; } } .breaking-news{ margin-bottom:45px; header{ position:absolute; white-space:nowrap; height:30px; overflow:hidden; h4{ background-color:@secondary; color:@light-text; float:left; line-height:30px; padding:0 10px; } .triangle{ border-color:@secondary; border-left:10px solid @secondary; border-top:15px solid transparent; border-bottom:15px solid transparent; float:left; } } .content{ background-color:@lighter-bg; height:30px; line-height:30px; overflow:hidden; padding:0 10px; ul{ .ul-no-style(); li{ margin-right:15px; a{ color:@darker-text; &:hover{color:@primary} } } } } } .carousel{ overflow:hidden; .carousel-caption{ bottom:0; left:0; padding:20px; width:100%; text-align:left; text-shadow:none; z-index:1; div{clear:both} h1,h2,h3,h4,h5,h6, p{ color:@light-text; float:left; margin:0 0 2px; padding:10px; } h1,h2,h3,h4,h5,h6{ background-color:@primary; background-color:fade(@primary,80%); font-size:20px; line-height:1; .transition-none(); @media(max-width:767px){ font-size:15px; } } p{ background-color:rgba(0,0,0,.8); font-size:15px; line-height:20/15; } } .carousel-control{ background:none; cursor:default; filter:none; opacity:1; width:30px; z-index:2; span{ background-color:@primary; background-color:fade(@primary,80%); cursor:pointer; font-size:15px; left:0; line-height:1; margin-top:-17.5px; opacity:.8; padding:10px; position:absolute; text-shadow:none; top:50%; width:30px; .transition(); &:hover{opacity:1} } &.left{left:-60px} &.right{right:-60px} } .carousel-indicators{ bottom:-48px; .transition(bottom); li{ border-color:@primary; border-color:fade(@primary,80%); &.active{ background-color:@primary; background-color:fade(@primary,80%); } }; } &:hover{ .carousel-indicators{bottom:0} .carousel-control{ &.right{right:0} &.left{left:0} } } .item img{ position:relative; top:0; left:0; min-width:100%; } } .carousel-large .carousel-caption{padding:40px} .csstransforms{ .carousel-medium, .carousel-small{ .item-inner{ display:block; position:relative; padding-bottom:9/16 * 100%; img{ position:absolute; top:50%; width:100%; height:auto; min-height:100%; .translate(0;-50%); } } } .carousel-medium .item-inner{ padding-bottom:370/730 * 100%; } .carousel-small .item-inner{ padding-bottom:185/350 * 100%; } } .categories{ padding:0; .ul-no-style(); li{ float:none!important; margin-bottom:1px; width:100%; .transition(padding); &:hover{ background-color:@primary; border-color:transparent; padding:0 10px; text-shadow:none; a{ color:@light-text; .post-counts{background:rgba(255,255,255,.3)} } } a{ color:@darker-text; display:block; line-height:30px; -webkit-transition:none; -moz-transition:none; -o-transition:none; transition:none; .post-counts{ background:@lighter-bg; float:right; line-height:26px; margin-top:2px; padding:0 5px; } } } } #footer-main .categories li{ a .post-counts{ background-color:@dark-border; color:@dark-text; } &:hover a{ color:@light-text; .post-counts{ background-color:rgba(255,255,255,.3); color:@light-text; } } } .feedburner input[type=submit]{ margin-top:15px; } .flickr-feed{ margin:0 -4px 0 0!important; .ul-no-style(); li{ margin:0 0 4px 0; padding:0 4px 0 0; white-space:nowrap; width:25%; a{ display:block; height:85px; overflow:hidden; position:relative; &:hover{background:none} img{ position:relative; width:auto; } } } } footer .flickr-feed li{width:33.333333333333333%} .recent-comments{ list-style:none; margin:0; padding:0; li{ border-bottom:1px solid @lighter-border; display:table; margin-bottom:15px; > div.avatar{ display:table-cell; padding:0 15px 15px 0; a{ display:block; position:relative; } img{width:75px} } .content{ display:table-cell; vertical-align:top; padding-bottom:15px; .comment-content{ margin-bottom:10px; } } } } #footer-main .recent-comments{ li{border:none} } .twitter-feed{ ul{ .ul-no-style(); li{ border-bottom:1px solid @light-border; display:table; padding:15px 0; width:100%; .avatar{ padding:3px 15px 0 0; width:48px; .fa{ color:#40bff5; font-size:32px; } } .avatar, .content{ display:table-cell; vertical-align:top; } .post-meta{margin:5px 0 0} &:first-child{padding-top:0} } } } #footer-main .twitter-feed ul li{ border:none; padding-bottom:0; } .slider-container{ margin:0 -6px; &.article{ margin:0 -15px; li{padding:0 15px} } ul{ overflow:hidden; position:relative; .ul-no-style(); li{ padding:0 6px; width:16.66666666666667%; a{ overflow:hidden; position:relative; } @media(max-width:(@screen-md-min - 1)){width:25%} @media(max-width:768px){width:33.33333333333333%} @media(max-width:576px){width:100%} } @media(max-width:576px){overflow:visible} } } div.spoiler{ margin:4px 0 15px 0; padding:15px; background-color:@lighter-bg; color:@darker-text; text-shadow:0 1px 1px rgba(0,0,0,.1); >:first-child{margin-top:0} >p:empty:first-child{margin-top:-15px} >:last-child{margin-bottom:0} >p:empty:last-child{margin-bottom:-15px} } .widget{ margin-bottom:45px; max-width:100%; z-index:1; header{ border-bottom:1px solid @light-border; margin-bottom:15px; height:30px; h4{ float:left; margin-bottom:-1px; padding:0 10px; line-height:30px; color:@light-text; background-color:@secondary; .box-shadow-inset(0,15px,0,0,rgba(255,255,255,.12)); a{color:@light-text} } .control{ background:@light-border; color:@secondary; float:right; font-size:10px; line-height:30px; margin:0 0 -1px 1px; padding:0 10px; .box-shadow-inset(0,14px,0,0,rgba(255,255,255,.32)); &:hover{ color:@light-text; background-color:@secondary; .box-shadow-inset(0,15px,0,0,rgba(255,255,255,.12)); } } } .nav-tabs{ border-color:@light-border; margin-bottom:15px; li{ margin:0 1px -1px 0; a{ border:none; background-color:@light-border; color:@secondary; font-family:@headings-font; font-size:18px; font-weight:bold; line-height:30px; margin:0; padding:0 10px; .box-shadow-inset(0,14px,0,0,rgba(255,255,255,.32)); &:hover, &:focus{border:none} } &.control{ margin-left:1px; margin-right:0; } &.active a, a:hover{ color:@light-text; background-color:@secondary; .box-shadow-inset(0,15px,0,0,rgba(255,255,255,.12)); } &.control{ display:none; float:right; a{font-size:10px} @media(max-width:576px){display:none} } &.current{display:block} } } .tab-pane{overflow:hidden} } .entry-content .widget{ margin-bottom:15px; .nav-tabs{ margin-bottom:0; padding:0; } header{ border-bottom:1px solid @light-border; margin-bottom:15px; h4,h5{ border-bottom:7px solid @light-border; display:inline-block; margin:0; padding:0 0 10px; } } } #footer-main{ .title, .nav-tabs, .widget header{ border-bottom:1px solid @dark-border; display:block; margin-bottom:15px; li + li{margin-left:15px} } .title h1, .title h2, .title h3, .title h4, .title h5, .title h6, .widget header h1, .widget header h2, .widget header h3, .widget header h4, .widget header h5, .widget header h6, .nav-tabs a{ background:none; border:none; border-bottom:7px solid @dark-border; display:inline-block; padding:0; margin:0; .box-shadow-none(); } .title, .widget header{ h1,h2,h3,h4,h5,h6{ padding-bottom:10px; } } .widget header{ height:auto; h1,h2,h3,h4,h5,h6{ line-height:1; color:inherit; } .control{ background:none; .box-shadow-none(); } } } article{ &:after{ clear:both; content:''; display:table; } } .article-small, .article-tiny{ .image{ margin:0 15px 15px 0; position:relative; width:100%; } h5{margin-bottom:10px} } .article-small{ .image{margin-bottom:10px} .csstransforms & .image-holder{ padding-bottom:90/165 * 100%; } } .article-tiny{ .image{ float:left; width:95px; } .csstransforms & .image-holder{ padding-bottom:75/95 * 100%; } } .article-medium{ .frame{ .featured-media{ margin:0; font-size:16px; &.link{font-size:20px} &.quote blockquote{font-size:16px} &.chat p{padding:5px 10px} &.video, &.audio{line-height:.9} .carousel-medium .item{ .carousel-caption{display:none} } } iframe,embed{max-height:185px} } .csstransforms & .image-holder{ padding-bottom:185/350 * 100%; } } .article-large{ position:relative; .featured-media, h4{margin-bottom:15px} .frame h4{margin-bottom:5px} .frame{ h4{margin-top:10px} .image-light{z-index:1} iframe{max-height:370px} } .icons{ left:0px; position:absolute; top:20px; width:75px; z-index:2; a{ background:white; border:5px solid white; border-radius:37.5px; display:block; margin-bottom:10px; overflow:hidden; position:relative; text-align:center; .box-shadow(0,1px,1px,0,rgba(0,0,0,.4)); i{ border-radius:32.5px; color:white; font-size:40px; height:65px; width:65px; .box-shadow-inset(0,24px,0,0,@color:rgba(255,255,255,.16)); .text-shadow(); &.fa{ background:@primary; padding-top:4px; } } .comment{ bottom:6px; color:white; display:block; position:absolute; text-align:center; width:100%; } } } .csstransforms & .image-holder{ padding-bottom:370/730 * 100%; } @media(max-width:(@screen-sm-min - 1)){ padding:0!important; .icons{display:none} .frame{ iframe,embed{max-height:185px} } } } .articles-v1 .article-medium, #blog-version-2 #main-content article{ &:last-child hr{margin-bottom:0} } .articles-v4 h5{margin-bottom:10px} .images{ padding:0 0 5px 0; .da-thumbs{ margin:0 -10px 0 0!important; max-width:none; .ul-no-style(); li{ padding:0 10px 10px 0; width:25%; a{ overflow:hidden; position:relative; } } &.col-1 li{width:100%} &.col-2 li{width:50%} &.col-3 li{width:33.33333333333333%} &.col-4 li{width:25%} &.col-5 li{width:20%} &.col-6 li{width:16.66666666666667%} &.col-7 li{width:14.28571428571429%} &.col-8 li{width:12.5%} &.col-9 li{width:11.11111111111111%} @media(max-width:768px){ li{width:33.33333333333333%} &.col-2 li{width:100%} &.col-3 li{width:50%} &.col-4 li{width:33.33333333333333%} &.col-5 li{width:25%} &.col-6 li{width:20%} &.col-7 li{width:16.66666666666667%} &.col-8 li{width:14.28571428571429%} &.col-9 li{width:12.5%} } @media(max-width:512px){ li{width:50%} &.col-3 li{width:100%} &.col-4 li{width:50%} &.col-5 li{width:33.33333333333333%} &.col-6 li{width:25%} &.col-7 li{width:20%} &.col-8 li{width:16.66666666666667%} &.col-9 li{width:14.28571428571429%} } } } .frame .images{padding:0} .image{ display:block; overflow:hidden; position:relative; .image-holder img{ .backface-visibility(hidden); .transition(transform,2s); } .dashicons{ color:white; position:absolute; top:0; margin:10px; text-shadow:0 0 4px rgba(0,0,0,.5); opacity:0; .transition(opacity); } &:hover .dashicons{ opacity:.8; } } .csstransforms{ .image-holder{ position:relative; padding-bottom:9/16 * 100%; img{ position:absolute; top:50%; width:100%; height:auto; min-height:100%; .translate(0;-50%); } } .image:hover .image-holder img{ .transform( scale(1.04) translateY(-50%) rotate(0.001deg) ); } &.no-zoom-effect .image:hover .image-holder img{ .translate(0;-50%); } } .image, .carousel-small .item{ .caption{ background-color:rgba(0,0,0,.6); bottom:0; color:@light-text; position:absolute; width:100%; .transition(all,.5s); h1,h2,h3,h4,h5,h6{ color:@light-text; padding:4px 10px 5px; margin:0; } .format{margin-right:10px} } &:hover{ .caption{ bottom:-45px; opacity:0; } } } .message-form, .comment-respond{ form{ margin:0 -10.00000000000001px 0 0; .input-group{ float:left; padding:0 10px 10px 0; width:33.33333333333333%; @media(max-width:768px){width:99.99999999999999%} } .textarea{ clear:both; padding:0 10px 10px 0; width:99.99999999999999%; textarea{width:100%} } .allowed-tags, .form-allowed-tags{ color:@dark-text; margin:10px 0; } } } .navbar{ border:none; a{ font-size:14px; line-height:14px; } .dropdown-menu{ > li > a{ padding-top:5px; padding-bottom:5px; } } .navbar-collapse{ border:0; .box-shadow-none(); } .navbar-nav > li > a{ line-height:20px; } @media( max-width:@screen-sm-max ){ .nav, .navbar-form{ margin-bottom:15px; } .navbar-nav > li > a{ padding-top:5px; padding-bottom:5px; } } @media( min-width:@screen-md-min ){ .navbar-nav{ padding-right:1px; > li{ > a{ border-right:1px solid @lighter-border; border-left:1px solid @lighter-border; margin-right:-1px; } &.open > a, &.active > a, & > a:hover{ border-color:@primary; } } } .dropdown:hover .dropdown-menu{ display:block; } } } #top-nav{ min-height:30px; box-shadow:inset 0 15px 0 0 rgba(255,255,255,.04); .nav > li > a{ border-color:@darker-border; line-height:14px; padding:8px 15px; } .navbar-form{ padding:0; button,input{float:left} input[type="search"], input[type="text"]{ border:0; margin:0; height:30px; background-color:@darker-bg; color:@dark-text; @media(min-width:@screen-md-min){ .box-shadow-inset(0,1px,4px,0,rgba(0,0,0,.1)); } } button, input[type="submit"]{ color:@dark-text; border:0; background:none; height:30px; &:hover{ color:@light-text; background-color:@primary; .box-shadow-inset(0,15px,0,0,rgba(255,255,255,0.2)); } } } .navbar-right{ &:last-child{ margin-right:0; } li a{ padding:0; } } .navbar-toggle{ border:0; margin-top:0; margin-bottom:0; &:hover{ .box-shadow-inset(0,15px,0,0,rgba(255,255,255,.2)); } } @media(min-width:@screen-md-min){ .navbar-nav > li{ > a{ height:30px; } > a:hover, &.active > a{ .box-shadow-inset(0,15px,0,0,rgba(255,255,255,.2)); } } .navbar-form{ margin:0; padding-right:1px; input, button{ border-right:1px solid @darker-border; border-left:1px solid @darker-border; margin-right:-1px; } } } @media( max-width:@screen-sm-max ){ .navbar-form{ border:none; display:inline-block; margin-top:0; input[type="search"], input[type="text"]{ width:auto; } .box-shadow-none(); .clearfix(); } } } #main-nav{ z-index:2; box-shadow:inset 0 30px 0 0 #fff,0 1px 1px 0 rgba( 0,0,0,0.16 ); .navbar-header{ .navbar-brand{ position:relative; img{ max-height:100%; height:auto; width:auto; position:relative; top:50%; -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); transform:translateY(-50%); } } .navbar-toggle{ &:hover{ border-color:transparent; background-color:@primary; .icon-bar{background-color:@light-text} } } @media(max-width:( @screen-sm-max ) ){ .navbar-brand{ max-width:80%; img{ max-width:100%; } } } } .navbar-nav{ > li{ @media(min-width:@screen-md-min){ > a{ padding:20px 15px; } &.open > a, &.active > a, & > a:hover{ .box-shadow-inset(0,30px,0,0,rgba(255,255,255,.16)); .caret{border-top-color:@light-text} } } } } } .page-links{ margin-bottom:1em; a,> span, li > span{ background:@lighter-bg; color:@darker-text; display:inline-block; line-height:1; padding:8px 10px; &:hover{ background-color:@primary; color:@light-text; } } .dots,.dots:hover{ background:@lighter-bg; color:@darker-text; } > span, li > span{ &,&:hover{ background:@secondary; color:@light-text; } } } #title{ background-image:url('../img/title-background-small.jpg'); background-size:cover; background-position:center; height:150px; position:relative; overflow:hidden; width:100%; .container{ height:100%; position:relative; .title-container{ bottom:20px; color:@light-text; margin-right:15px; position:absolute; .primary, .secondary{float:left} p{margin:2px 0 0 0;clear:both} .primary{ font-size:20px; line-height:1; background:@primary; background:fade(@primary,80%); padding:10px; margin:0; } .secondary{ background:rgba(0,0,0,.8); font-family:@body-font; font-size:15px; line-height:1; padding:12.5px 10px; a{ color:@light-text; &:hover{color:@primary} } } } } @media(min-width:769px){background-image:url('../img/title-background-medium.jpg')} @media(min-width:1367px){background-image:url('../img/title-background-large.jpg')} } .tags, .pagination{ .ul-no-style(); li{ margin:0 2px 2px 0; .transition(); a, > span{ background:@lighter-bg; color:@darker-text; display:block; font-size:13px; line-height:1; padding:8px 10px; } a:hover{ background-color:@primary; color:@light-text; } } } #footer-main .tags{ margin-bottom:15px; li{ margin:0 1px 1px 0; a{ background:@dark-border; .transition(all,2s,ease-in); &:hover{ background-color:@primary; color:@light-text; .transition(all,.4s); } } } } .pagination{ display:table; margin:0 -2px 45px -2px; li{ display:table-cell; float:none; margin-right:5px; padding:0 2px; &.active{ a, > span{ background:@secondary; color:@light-text; cursor:default; } } &.divider{ background:url(../img/line.jpg) repeat-x center; width:50%; } } } .post-comments{ margin-bottom:30px; &, ol.children, ol.children > li > ol{ list-style:none; padding:0; } ol.children, ol.children > li > ol{ margin-left:90px; } .comment-container{ display:table; margin:0 0 15px 0; width:100%; .avatar{ border:5px solid white; border-radius:37.5px; margin:0 15px 0 0!important; height:75px; width:75px; .box-shadow(0,1px,1px,0,rgba(0,0,0,.4)); } .avatar, .content{ display:table-cell; vertical-align:top; } .content{ width:99%; .comment-meta{ float:left; margin:0 10px 0 0; a{display:inline-block} } .reply{ color:@dark-text; float:right; font-family:@headings-font; font-size:13px; line-height:1; &:hover{color:@primary} } .comment{ background:@lighter-bg; clear:both; display:block; padding:15px 15px 0; position:relative; &:after{ content:''; display:table; } blockquote{ background:white; } .triangle{ border-right:10px solid @lighter-bg; border-top:7.5px solid transparent; border-bottom:7.5px solid transparent; left:-10px; position:absolute; top:10px; } } } } .children > li > .comment-container{ .avatar{margin:0 0 0 15px!important} .content .comment{ background-color:@primary; color:@light-text; a{ color:@light-text; text-decoration:underline; &:hover{ color:fade(@light-text,80%); } } blockquote{ background:lighten(@primary,8%); border-color:lighten(@primary,24%); color:lighten(@light-text,8%); footer,cite{color:@light-text} } .triangle{ border-right:none; border-color:@primary; border-left:10px solid @primary; border-top:7.5px solid transparent; border-bottom:7.5px solid transparent; left:auto; right:-10px; } } } @media(max-width:768px){ .avatar{ display:none!important } ol.children, ol.children > li > ol{ margin-left:30px } } } .dashicons-format-link:before{content:"\f103"} .icons{ .dashicons{line-height:65px} .dashicons-format-standard{background-color:@format-standard} .dashicons-format-status{background-color:@format-status} .dashicons-format-quote{background-color:@format-quote} .dashicons-format-gallery{background-color:@format-gallery} .dashicons-format-image{background-color:@format-image} .dashicons-format-video{background-color:@format-video} .dashicons-format-audio{background-color:@format-audio} .dashicons-format-link{background-color:@format-link} .dashicons-format-aside{background-color:@format-aside} .dashicons-format-chat{background-color:@format-chat} } .post-navigation{ margin-bottom:45px; .nav-previous, .nav-next{ border-bottom:1px solid @light-border; margin-bottom:1em; .meta-nav{ color:@darker-text; font-size:15px; font-family:@headings-font; line-height:1; } a{ color:@headings-link-color; &:hover{ color:@primary } } } } .review{ float:left; margin:0 15px 0 0; width:45%; header{ border-bottom:1px solid @light-border; margin-bottom:15px; h5{ border-bottom:7px solid @light-border; display:inline-block; margin:0; padding:0 0 10px; } } .review-total-score{ background:@primary; color:@light-text; float:left; margin:0 15px 15px 0; padding:10px; text-align:center; h1{margin:0} } &.full-width{ border-bottom:1px solid @light-border; margin-right:0; margin-bottom:15px; width:100%; @media( min-width:@screen-sm-min ){ padding-bottom:15px; } } hr{margin-top:15px} } .user-rating{ clear:both; display:block; margin:15px 0; .rating{ display:inline-block; } .rateit{ margin-bottom:15px; } .after-vote{ clear:both; display:none; } } @media( max-width:@screen-xs-max ){ .review{width:100%} } .share-post{ ul{ .ul-no-style(); li{ margin:0 5px 5px 0; a{ span{ border-top:1px solid @light-border; border-right:1px solid @light-border; border-bottom:1px solid @light-border; color:@darker-text; background:@lighter-bg; line-height:14px; padding:7px; &:hover{color:@primary} } i,span{display:inline-block} } } } } .share-post, .post-tags{ border-bottom:1px solid @light-border; margin-bottom:1em; h5{ font-weight:normal; line-height:30px; margin-right:5px; } h5,ul{float:left} ul{ margin-bottom:@font-size-base - 5; } } .sc-sm, .sc-md{ background-image:url("../img/social-media-icons.png"); color:white; font-family:FontAwesome; font-style:normal; float:left; text-align:center; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; .transition(background-color); .text-shadow(); &:hover:not(.sc-dark){background-color:@primary} &.sc-mail{ background:#2EA2CC; &:before{content:'\f0e0'} } &.sc-codepen{ background:#252527; &:before{content:"\f1cb"} } &.sc-foursquare{ background:#009fe0; &:before{content:"\f180"} } &.sc-reddit{ background:#6CC0FE; &:before{content:"\f1a1"} } &.sc-renren{ background:#105BA3; &:before{content:"\f18b"} } &.sc-stack-exchange{ background:#12457C; &:before{content:"\f18d"} } &.sc-stack-overflow{ background:#f90; &:before{content:"\f16c"} } &.sc-steam{ background:#3b3938; &:before{content:"\f1b6"} } &.sc-tencent-weibo{ background:#46C1E3; &:before{content:"\f1d5"} } &.sc-vine{ background:#00bf8f; &:before{content:"\f1ca"} } &.sc-vk{ background:#4E729A; &:before{content:"\f189"} } &.sc-weibo{ background:#e64141; &:before{content:"\f18a"} } } .sc-facebook{background-color:#5d82d1} .sc-pinterest{background-color:#e13138} .sc-twitter{background-color:#40bff5} .sc-googleplus{background-color:#eb5e4c} .sc-rss{background-color:#faa33d} .sc-vimeo{background-color:#35c6ea} .sc-evernote{background-color:#9acf4f} .sc-dribbble{background-color:#f7659c} .sc-tumblr{background-color:#426d9b} .sc-behance{background-color:#1879fd} .sc-stumbleupon{background-color:#ff5c30} .sc-dropbox{background-color:#17a3eb} .sc-soundcloud{background-color:#ff7e30} .sc-picasa{background-color:#9eb5b6} .sc-lastfm{background-color:#f34320} .sc-forrst{background-color:#45ad76} .sc-flickr{background-color:#ff48a3} .sc-deviantart{background-color:#6a8a7b} .sc-linkedin{background-color:#238cc8} .sc-blogger{background-color:#ff9233} .sc-instagram{background-color:#548bb6} .sc-yahoo{background-color:#ab47ac} .sc-youtube{background-color:#ef4e41} .sc-grooveshark{background-color:#ffb21d} .sc-digg{background-color:#75788d} .sc-skype{background-color:#13c1f3} .sc-sharethis{background-color:#25a774} .sc-wordpress{background-color:#2592c3} .sc-kickstarter{background-color:#8cd049} .sc-bebo{background-color:#ee3849} .sc-zerply{background-color:#9dbc7a} .sc-amazon{background-color:#ff8e2e} .sc-myspace{background-color:#008dde} .sc-wikipedia{background-color:#b3b5b8} .sc-technorati{background-color:#71d14b} .sc-addthis{background-color:#ff7850} .sc-delicious{background-color:#377bda} .sc-xing{background-color:#1a8e8c} .sc-quora{background-color:#ea3d23} .sc-github{background-color:#3f91cb} .sc-feedly{background-color:#2bb24c} .sc-sm{ background-size:1230px; font-size:20px; height:30px; line-height:30px; width:30px; .box-shadow-inset(0,15px,0,0,rgba(255,255,255,.2)); &.sc-facebook{background-position:0 0} &.sc-pinterest{background-position:-30px 0} &.sc-twitter{background-position:-60px 0} &.sc-googleplus{background-position:-90px 0} &.sc-rss{background-position:-120px 0} &.sc-vimeo{background-position:-150px 0} &.sc-evernote{background-position:-180px 0} &.sc-dribbble{background-position:-210px 0} &.sc-tumblr{background-position:-240px 0} &.sc-behance{background-position:-270px 0} &.sc-stumbleupon{background-position:-300px 0} &.sc-dropbox{background-position:-330px 0} &.sc-soundcloud{background-position:-360px 0} &.sc-picasa{background-position:-390px 0} &.sc-lastfm{background-position:-420px 0} &.sc-forrst{background-position:-450px 0} &.sc-flickr{background-position:-480px 0} &.sc-deviantart{background-position:-510px 0} &.sc-linkedin{background-position:-540px 0} &.sc-blogger{background-position:-570px 0} &.sc-instagram{background-position:-600px 0} &.sc-yahoo{background-position:-630px 0} &.sc-youtube{background-position:-660px 0} &.sc-grooveshark{background-position:-690px 0} &.sc-digg{background-position:-720px 0} &.sc-skype{background-position:-750px 0} &.sc-sharethis{background-position:-780px 0} &.sc-wordpress{background-position:-810px 0} &.sc-kickstarter{background-position:-840px 0} &.sc-bebo{background-position:-870px 0} &.sc-zerply{background-position:-900px 0} &.sc-amazon{background-position:-930px 0} &.sc-myspace{background-position:-960px 0} &.sc-wikipedia{background-position:-990px 0} &.sc-technorati{background-position:-1020px 0} &.sc-addthis{background-position:-1050px 0} &.sc-delicious{background-position:-1080px 0} &.sc-xing{background-position:-1110px 0} &.sc-quora{background-position:-1140px 0} &.sc-github{background-position:-1170px 0} &.sc-feedly{background-position:-1200px 0} } .sc-md{ font-size:30px; height:45px; line-height:45px; width:45px; .box-shadow-inset(0,22.5px,0,0,rgba(255,255,255,.2)); &.sc-facebook{background-position:0 0} &.sc-pinterest{background-position:-45px 0} &.sc-twitter{background-position:-90px 0} &.sc-googleplus{background-position:-135px 0} &.sc-rss{background-position:-180px 0} &.sc-vimeo{background-position:-225px 0} &.sc-evernote{background-position:-270px 0} &.sc-dribbble{background-position:-315px 0} &.sc-tumblr{background-position:-360px 0} &.sc-behance{background-position:-405px 0} &.sc-stumbleupon{background-position:-450px 0} &.sc-dropbox{background-position:-495px 0} &.sc-soundcloud{background-position:-540px 0} &.sc-picasa{background-position:-585px 0} &.sc-lastfm{background-position:-630px 0} &.sc-forrst{background-position:-675px 0} &.sc-flickr{background-position:-720px 0} &.sc-deviantart{background-position:-765px 0} &.sc-linkedin{background-position:-810px 0} &.sc-blogger{background-position:-855px 0} &.sc-instagram{background-position:-900px 0} &.sc-yahoo{background-position:-945px 0} &.sc-youtube{background-position:-990px 0} &.sc-grooveshark{background-position:-1035px 0} &.sc-digg{background-position:-1080px 0} &.sc-skype{background-position:-1125px 0} &.sc-sharethis{background-position:-1170px 0} &.sc-wordpress{background-position:-1215px 0} &.sc-kickstarter{background-position:-1260px 0} &.sc-bebo{background-position:-1305px 0} &.sc-zerply{background-position:-1350px 0} &.sc-amazon{background-position:-1395px 0} &.sc-myspace{background-position:-1440px 0} &.sc-wikipedia{background-position:-1485px 0} &.sc-technorati{background-position:-1530px 0} &.sc-addthis{background-position:-1575px 0} &.sc-delicious{background-position:-1620px 0} &.sc-xing{background-position:-1665px 0} &.sc-quora{background-position:-1710px 0} &.sc-github{background-position:-1755px 0} &.sc-feedly{background-position:-1800px 0} } .sc-dark:not(:hover){ background-color:transparent; opacity:.6; .box-shadow-none(); } ul.social{ .ul-no-style(); margin:0 -9.04px -18px -9px; li{ margin:0 9px 18px 9px; span{float:left} } } #footer-main ul.social{ margin:0 -10px -9.5px 0; li{ margin:0 9.5px 9.5px 0; .sc-dark:not(:hover){ background-color:@darker-text; } } } .frame{ background-color:white; border:1px solid @light-border; padding:4px; &.thick{padding:9px} > *{ max-width:100%; overflow:hidden; } > h4, > .post-meta{ overflow:visible; } iframe,embed{width:100%} .featured-media{ margin:0 0 10px; position:relative; font-family:@headings-font; font-size:20px; &.quote, &.link, &.status, &.aside, &.chat{ background:@lighter-bg; padding:15px; &:after{ color:darken(@lighter-bg,4%); font-family:FontAwesome; position:absolute; bottom:0; right:4px; font-size:40px; line-height:1; } &,p{line-height:1.4} p:last-child{margin-bottom:0} } &.quote blockquote, &.link a, &.status .status-content, &.aside .aside-content, &.chat .chat-content{ position:relative; z-index:1; } &.quote{ &:after{content:'\f10e'} blockquote{ margin:0; border-color:darken(@lighter-bg,6%); } } &.link{ font-size:30px; display:block; &:after{ content:'\f08e'; } } &.status{ .status-content{ padding:15px; border-left:4px dotted darken(@lighter-bg,6%); &:before{ content:'\f068'; color:darken(@lighter-bg,6%); font-family:FontAwesome; position:absolute; left:-10px; } } &:after{content:'\f044'} } &.aside{ &:after{content:'\f192'} } &.chat{ background:none; padding:0; &:after{content:'\f0e6'} p{ margin:0; padding:15px; &:nth-child(odd){ background:fade( darken(@lighter-bg,4%),40% ); } } } &.gallery{ img.shadow{display:none} .frame{ padding:0; border:0; } } } } .flat-style .frame{margin-bottom:15px} iframe{ border:none; overflow:hidden; max-width:100%; } .shadow{ float:left; width:100%; margin-bottom:10px; } #page-404 #content{ h1{ font-size:100px; margin-top:45px; } p{ font-size:30px; } &,p{text-align:center} button{margin-bottom:100px} } #blog-detail{ .entry-content{ border-bottom:1px solid @light-border; margin-bottom:1em; clear:both; } .hreview + .entry-content{ clear:none; } .entry-header{ margin-bottom:1em; .entry-title, .entry-subtitle{ margin:0; } .entry-subtitle{ color:@dark-text; font-weight:normal; margin-top:4px; } } .hentry{ .frame{ position:relative; .icons{ bottom:-5px; left:20px; right:auto; top:auto; width:auto; a{ width:75px; } a, > span{ display:inline-block; } } small, .post-meta{ margin-top:10px; a{display:inline-block} } } } .related-posts{ .article-small{ margin-bottom:15px; @media(max-width:(@screen-md-min - 1)){ &:nth-child(2n+1){clear:both} } } } } #blog-version-1 .article-large{ padding-left:32.5px; .frame{ .icons{.transition(transform,.4s,ease)} &:hover .icons{transform:scale(.4)} } } #blog-version-3 .article-large{ .icons{ position:static; float:left; } .content{margin-left:90px} @media(max-width:(@screen-sm-min - 1)){ .content{margin-left:0} } } .article-large, #blog-version-2 #main-content .article-medium{ .footer{ border-bottom:1px solid @light-border; display:table; margin:0 0 45px 0; padding-bottom:15px; width:100%; .tags, .read-more{ display:table-cell; vertical-align:top; } .tags{ padding-right:10px; width:99% } } .frame .post-meta{margin:0} } #sign-in{ body{ .box-shadow-none(); @media(max-width:827px) and (min-width:360px){ background:url('../img/body-background-small.jpg') fixed center; } } #content{ border:none; margin:0 auto; max-width:360px; min-height:300px; padding:15px; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; >:last-child{margin-bottom:0} @media(min-height:320px) and (min-width:360px){ left:50%; margin-left:-180px; margin-top:-160px; position:absolute; top:50%; width:360px; } @media(min-width:360px){ .box-shadow(0,4px,12px,0,rgba(0,0,0,.8)); } } } #content{ border-bottom:15px solid @light-border; min-height:480px; padding-top:45px; position:relative; z-index:1; } body{ > header, > #content, > footer{ box-shadow:0 0 1px 0 rgba( 0,0,0,.4 ); } } aside .col-sm-6:nth-child(2n+1){clear:both} #footer-main{ background-color:@dark-bg; color:lighten( @light-bg,4% ); position:relative; z-index:1; a{ &:hover{ img{ filter:url("data:image/svg+xml;utf8,#grayscale"); -webkit-filter:grayscale(0%); } } img{ filter:url("data:image/svg+xml;utf8,#grayscale"); filter:gray; -webkit-filter:grayscale(100%); } } a{ color:darken(@dark-text,10%); &:hover{color:@primary} } hr{ border-color:transparent; border-color:rgba(255,255,255,.05); } .container{padding-top:30px} .post-meta, .comment-meta{ a:not(:hover){color:darken( @light-bg,10% )} } .image-light, .link{display:none} .row section{ margin-bottom:30px; &.col-md-3:nth-child(4n+1){clear:both} &.col-md-2:nth-child(6n+1){clear:both} } .frame{ background-color:@dark-border; border-color:@dark-border; } .image{ .image-holder{ background:#000; img{ opacity:.8; .transition( opacity 0.4s ease-out ); } } &:hover .image-holder{ transform:none; img{ opacity:1; } } } @media(max-width:(@screen-md-min - 1)){ .row section{ &.col-sm-6:nth-child(odd){clear:both} &.col-sm-4:nth-child(3n+1){clear:both} } } } #footer-bottom{ background-color:@darker-bg; a{ background:none; color:darken( @light-bg,10% ); &:hover{color:@primary} } p{ float:left; margin:0; } ul{ float:right; margin:0; .ul-no-style(); li{margin-left:20px} } .container{padding:15px} @media(max-width:767px){ .container{ p{margin-bottom:15px} p, ul{ float:none !important; display:block; li{margin:0 20px 10px 0} } } } } #footer-main, #footer-bottom{ box-shadow:inset 0 1px 1px 0 rgba( 0,0,0,0.16 ); } .flat-style{ *{text-shadow:none} button, input[type="button"], input[type="reset"], input[type="submit"], .btn, #top-nav, #top-nav .navbar-toggle, #top-nav .navbar-form button, #top-nav .navbar-form input[type="submit"], #main-nav, #main-nav .navbar-toggle, .sc-sm, .sc-md, .widget header h4, .widget .nav-tabs li a, .widget header .control, .article-large .icons a i, .dashicons, .dropdown-menu, body > header, body > footer, body > #content, #footer-main, #footer-bottom{ box-shadow:none; } #main-nav{ background-color:white; } #top-nav, #main-nav{ button, input[type="submit"], .nav > li > a{ text-shadow:none; &,&:hover{ @media(min-width:@screen-md-min){ .box-shadow-none(); } } } } .breaking-news .header .triangle:before{background:none} &#blog-version-2 #main-content article .frame, .articles-v1 article .frame{margin-bottom:15px} &#blog-version-2 #main-content article .featured-media .frame, .featured-media .frame{margin-bottom:0} .shadow{display:none} .article-large .icons a, .post-comments .comment-container .avatar{.box-shadow(0,0)} } .boxed-style, #sign-in{ body{ max-width:1260px; .box-shadow(0,4px,12px,0,rgba(0,0,0,.4)); #content{ background-color:white; } @media (min-width:828px){ background:url('../img/body-background-medium.jpg') fixed center; margin:45px; } @media (min-width:1350px){margin:45px auto} @media (min-width:1367px){background-image:url('../img/body-background-large.jpg')} } }